diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-03-06 12:24:41 -0500 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-03-06 12:24:41 -0500 |
| commit | 4787e9c6d5a5625948240b055a98f15249622a3f (patch) | |
| tree | a0219246f3a6e758357e3d5b397ed78c04e14cb3 /gensvm/gridsearch.py | |
| parent | Add support for interrupted grid search (diff) | |
| download | pygensvm-4787e9c6d5a5625948240b055a98f15249622a3f.tar.gz pygensvm-4787e9c6d5a5625948240b055a98f15249622a3f.zip | |
Formatting
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" |
