TrainableModel.fit_result¶
- property TrainableModel.fit_result: OptimizerResult¶
Returns a resulting object from the optimization procedure. Please refer to the documentation of the OptimizerResult class for more details.
- Raises:
QiskitMachineLearningError – If the model has not been fit.