remove __estimator
This commit is contained in:
parent
1a1154b4f4
commit
9839b6f8d1
15 changed files with 79 additions and 79 deletions
|
@ -7,10 +7,10 @@ Created on Wed May 18 06:03:24 2022
|
|||
"""
|
||||
parameters = [
|
||||
{
|
||||
'clf__estimator': [AdaBoostClassifier(**rs)]
|
||||
, 'clf__estimator__n_estimators': [1, 2, 5, 10]
|
||||
#, 'clf__estimator__base_estimator' : ['SVC']
|
||||
#, 'clf__estimator___splitter' : ["best", "random"]
|
||||
'clf': [AdaBoostClassifier(**rs)]
|
||||
, 'clf__n_estimators': [1, 2, 5, 10]
|
||||
#, 'clf__base_estimator' : ['SVC']
|
||||
#, 'clf__splitter' : ["best", "random"]
|
||||
}
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue