saving work before adding uq stuff

This commit is contained in:
Tanushree Tunstall 2022-05-16 08:05:41 +01:00
parent 5fe2dc47cd
commit 66ebb1a30a
6 changed files with 4 additions and 3 deletions

View file

@ -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)