added notes to run yc models with dissected features
This commit is contained in:
parent
a784f9cc4e
commit
f761dd4479
2 changed files with 13 additions and 98 deletions
|
@ -12,7 +12,6 @@ gene = 'pncA'
|
|||
drug = 'pyrazinamide'
|
||||
#total_mtblineage_u = 8
|
||||
|
||||
|
||||
homedir = os.path.expanduser("~")
|
||||
os.chdir( homedir + '/git/ML_AI_training/')
|
||||
|
||||
|
@ -21,8 +20,13 @@ setvars(gene,drug)
|
|||
from UQ_ML_data import *
|
||||
|
||||
# from YC run_all_ML: run locally
|
||||
from UQ_yc_RunAllClfs import run_all_ML
|
||||
|
||||
# TT run all ML clfs: baseline mode
|
||||
from UQ_MultModelsCl import MultModelsCl
|
||||
|
||||
#%%###########################################################################
|
||||
|
||||
print('\n#####################################################################\n')
|
||||
print('TESTING cmd:'
|
||||
, '\nGene name:', gene
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue