saving work
This commit is contained in:
parent
f99b5d1888
commit
6c10776ea9
1 changed files with 5 additions and 2 deletions
|
@ -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###############################################################')
|
||||
|
||||
#==========================================================================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue