saving work
This commit is contained in:
parent
3514e1b4ba
commit
ad99efedd7
5 changed files with 46 additions and 507 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue