reflected that active_site indication column has been added to UQ_ML_data.py
This commit is contained in:
parent
5e15397134
commit
cdfb30ef33
1 changed files with 2 additions and 2 deletions
|
@ -55,11 +55,11 @@ def setvars(gene,drug):
|
||||||
, n_repeats = 3
|
, n_repeats = 3
|
||||||
, **rs)
|
, **rs)
|
||||||
|
|
||||||
mcc_score_fn = {'mcc': make_scorer(matthews_corrcoef)}
|
mcc_score_fn = {'mcc': make_scorer(matthews_corrcoef)}
|
||||||
jacc_score_fn = {'jcc': make_scorer(jaccard_score)}
|
jacc_score_fn = {'jcc': make_scorer(jaccard_score)}
|
||||||
|
|
||||||
#%% FOR LATER: Combine ED logo data
|
#%% FOR LATER: Combine ED logo data
|
||||||
#%% FOR LARER: active aa site annotations
|
#%% FOR LATER: active aa site annotations **DONE on 15/05/2022 as part of generating merged_dfs
|
||||||
###########################################################################
|
###########################################################################
|
||||||
rs = {'random_state': 42}
|
rs = {'random_state': 42}
|
||||||
njobs = {'n_jobs': 10}
|
njobs = {'n_jobs': 10}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue