VQC.fit¶
- VQC.fit(X, y)¶
Fit the model to data matrix X and target(s) y.
- Parameters:
- Returns:
returns a trained model.
- Return type:
self
- Raises:
QiskitMachineLearningError -- In case of invalid data (e.g. incompatible with network)
Fit the model to data matrix X and target(s) y.
returns a trained model.
self
QiskitMachineLearningError -- In case of invalid data (e.g. incompatible with network)