saving work from thinkpad

This commit is contained in:
Tanushree Tunstall 2022-07-08 13:53:17 +01:00
parent 5577f5b195
commit 23799275a0
3 changed files with 49 additions and 31 deletions

View file

@ -58,8 +58,8 @@ all(df.columns.isin(['gene_name'])) # should be False
spl_type = '70_30'
spl_type = '80_20'
spl_type = 'sl'
#spl_type = '80_20'
#spl_type = 'sl'
df2 = split_tts(df
, data_type = 'actual'
@ -84,7 +84,6 @@ fooD = MultModelsCl(input_df = df2['X']
, var_type = ['mixed']
, scale_numeric = ['min_max']
, return_formatted_output = False
)
for k, v in fooD.items():