saving work

This commit is contained in:
Tanushree Tunstall 2022-06-25 14:15:21 +01:00
parent f99b5d1888
commit 6c10776ea9

View file

@ -609,8 +609,11 @@ def getmldata(gene, drug
print('\n#################################################################'
, '\nSUCCESS: Extacted training data for gene:', gene.lower()
, '\nDim of training_df:', all_training_df.shape
, '\nThis includes OR'
, '\nDim of training_df:', all_training_df.shape)
if use_or:
print('\nThis includes Odds Ratio')
else:
print('\nThis EXCLUDES Odds Ratio'
, '\n###############################################################')
#==========================================================================