remove __estimator
This commit is contained in:
parent
1a1154b4f4
commit
9839b6f8d1
15 changed files with 79 additions and 79 deletions
|
@ -7,12 +7,12 @@ Created on Wed May 18 06:03:24 2022
|
|||
"""
|
||||
parameters = [
|
||||
{
|
||||
'clf__estimator': [SVC(**rs)]
|
||||
, 'clf__estimator__kernel': ['poly', 'rbf', 'sigmoid']
|
||||
#, 'clf__estimator__kernel': ['linear']
|
||||
'clf': [SVC(**rs)]
|
||||
, 'clf__kernel': ['poly', 'rbf', 'sigmoid']
|
||||
#, 'clf__kernel': ['linear']
|
||||
|
||||
, 'clf__estimator__C' : [50, 10, 1.0, 0.1, 0.01]
|
||||
, 'clf__estimator__gamma': ['scale', 'auto']
|
||||
, 'clf__C' : [50, 10, 1.0, 0.1, 0.01]
|
||||
, 'clf__gamma': ['scale', 'auto']
|
||||
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue