remove __estimator

This commit is contained in:
Tanushree Tunstall 2022-05-22 23:39:35 +01:00
parent 1a1154b4f4
commit 9839b6f8d1
15 changed files with 79 additions and 79 deletions

View file

@ -6,8 +6,8 @@ Created on Wed May 18 06:03:24 2022
@author: tanu
"""
parameters = [
{'clf__estimator' : [RidgeClassifier(**rs)]
, 'clf__estimator__alpha': [0.1, 0.2, 0.5, 0.8, 1.0]
{'clf' : [RidgeClassifier(**rs)]
, 'clf__alpha': [0.1, 0.2, 0.5, 0.8, 1.0]
}
]