moved logo_skf function to del as using the MultClfs for combined data

This commit is contained in:
Tanushree Tunstall 2022-07-28 12:24:24 +01:00
parent a6532ddfa3
commit 2c50124b1b
8 changed files with 71 additions and 1735 deletions

View file

@ -176,7 +176,8 @@ def CMLogoSkf(cm_input_df
print("Running Multiple models on LOGO with SKF")
#%%:Running Multiple models on LOGO with SKF
cD3_v2 = MultModelsCl_logo_skf(input_df = cm_X
# cD3_v2 = MultModelsCl_logo_skf(input_df = cm_X # two func were identical excpet for name
cD3_v2 = MultModelsCl(input_df = cm_X
, target = cm_y
, sel_cv = skf_cv
, tts_split_type = tts_split_type