saving work
This commit is contained in:
parent
ab1508e9fb
commit
824c2f041c
2 changed files with 6 additions and 5 deletions
|
@ -91,10 +91,6 @@ gs_gb = GridSearchCV(estimator=XGBClassifier(n_jobs=-1),
|
|||
n_jobs=4,
|
||||
refit='recall')
|
||||
#%%
|
||||
|
||||
|
||||
|
||||
#%%
|
||||
gs_mlp = MLPClassifier(max_iter=600)
|
||||
clf = GridSearchCV(gs_mlp, parameter_space, n_jobs= 10, cv = 10)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue