BPt.EvalResultsSubset.estimators#
- property EvalResultsSubset.estimators#
If the parameter store_estimators is set to True when calling
evaluate()
, then this parameter will store the fitted estimator in a list. Where each element of the list corresponds to one of the validation folds.For example to access the fitted estimator from this first fold
first_est = self.estimators[0]