From cdfb30ef339de2447910951679224b9553b98fdc Mon Sep 17 00:00:00 2001 From: Tanushree Tunstall Date: Thu, 16 Jun 2022 16:50:46 +0100 Subject: [PATCH] reflected that active_site indication column has been added to UQ_ML_data.py --- UQ_ML_data.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UQ_ML_data.py b/UQ_ML_data.py index 6edb964..ec12f20 100755 --- a/UQ_ML_data.py +++ b/UQ_ML_data.py @@ -55,11 +55,11 @@ def setvars(gene,drug): , n_repeats = 3 , **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)} #%% 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} njobs = {'n_jobs': 10}