minor var name fix for MultClfs.py and ml_iterator

This commit is contained in:
Tanushree Tunstall 2022-07-09 11:02:37 +01:00
parent ef52fd7a94
commit 06f2ce97b6
2 changed files with 3 additions and 4 deletions

View file

@ -90,7 +90,7 @@ for gene, drug in ml_gene_drugD.items():
for k, v in paramD.items():
scoresD = MultModelsCl(**paramD[k]
, tts_split_type = split_type
, skf_cv = skf_cv
, sel_cv = skf_cv
, blind_test_df = tempD['X_bts']
, blind_test_target = tempD['y_bts']
, add_cm = True