saving work before adding uq stuff
This commit is contained in:
parent
5fe2dc47cd
commit
66ebb1a30a
6 changed files with 4 additions and 3 deletions
|
@ -61,8 +61,8 @@ from imblearn.combine import SMOTEENN
|
|||
from imblearn.under_sampling import EditedNearestNeighbours
|
||||
|
||||
#%%
|
||||
# rs = {'random_state': 42}
|
||||
# njobs = {'n_jobs': 10}
|
||||
rs = {'random_state': 42}
|
||||
njobs = {'n_jobs': 10}
|
||||
|
||||
scoring_fn = ({ 'fscore' : make_scorer(f1_score)
|
||||
, 'mcc' : make_scorer(matthews_corrcoef)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue