added notes to run yc models with dissected features

This commit is contained in:
Tanushree Tunstall 2022-05-29 08:04:12 +01:00
parent a784f9cc4e
commit f761dd4479
2 changed files with 13 additions and 98 deletions

View file

@ -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