VQC.fit¶
- VQC.fit(X, y)¶
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)
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)