saving work

This commit is contained in:
Tanushree Tunstall 2022-06-24 13:21:21 +01:00
parent 3514e1b4ba
commit ad99efedd7
5 changed files with 46 additions and 507 deletions

View file

@ -175,7 +175,9 @@ smnc_scores_mmD = MultModelsCl(input_df = X_smnc
, blind_test_df = X_bts
, blind_test_target = y_bts
, add_cm = True
, add_yn = True)
, add_yn = True
, return_formatted_output = True):
)
smnc_all_scores = pd.DataFrame(smnc_scores_mmD)
rs_smnc = 'smnc'