diff options
Diffstat (limited to 'gensvm/gridsearch.py')
| -rw-r--r-- | gensvm/gridsearch.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gensvm/gridsearch.py b/gensvm/gridsearch.py index d62ab1d..3fdfa9a 100644 --- a/gensvm/gridsearch.py +++ b/gensvm/gridsearch.py @@ -573,8 +573,6 @@ class GenSVMGridSearchCV(BaseEstimator, MetaEstimatorMixin): self.iid, ) - self.cv_results_ = results - # For multi-metric evaluation, store the best_index_, best_params_ and # best_score_ iff refit is one of the scorer names # In single metric evaluation, refit_metric is "score" |
