remove __estimator
This commit is contained in:
parent
1a1154b4f4
commit
9839b6f8d1
15 changed files with 79 additions and 79 deletions
|
@ -7,9 +7,9 @@ Created on Wed May 18 06:03:24 2022
|
|||
"""
|
||||
parameters = [
|
||||
{
|
||||
'clf__estimator': [GaussianNB()]
|
||||
, 'clf__estimator__priors': [None]
|
||||
, 'clf__estimator__var_smoothing': np.logspace(0,-9, num=100)
|
||||
'clf': [GaussianNB()]
|
||||
, 'clf__priors': [None]
|
||||
, 'clf__var_smoothing': np.logspace(0,-9, num=100)
|
||||
}
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue