NeuralNetworkRegressor.fit¶
- NeuralNetworkRegressor.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)