NeuralNetworkRegressor.fit¶
- NeuralNetworkRegressor.fit(X, y)[source]¶
Fit the model to data matrix X and target(s) y.
- প্যারামিটার
X (
ndarray
) -- The input data.y (
ndarray
) -- The target values.
- রিটার্নস
returns a trained model.
- রিটার্ন টাইপ
self
- রেইজেস
QiskitMachineLearningError -- In case of invalid data (e.g. incompatible with network)