fixed aa_index creeping categorical values in numerical cols

This commit is contained in:
Tanushree Tunstall 2022-06-16 17:47:00 +01:00
parent 89cbeb3610
commit c666c426c0
2 changed files with 708 additions and 659 deletions

File diff suppressed because it is too large Load diff

View file

@ -15,9 +15,16 @@ drug = 'rifampicin'
homedir = os.path.expanduser("~")
os.chdir( homedir + '/git/ML_AI_training/')
from UQ_ML_data import *
#---------------------------
# Version 1: no AAindex
#from UQ_ML_data import *
#setvars(gene,drug)
#from UQ_ML_data import *
#---------------------------
from UQ_ML_data2 import *
setvars(gene,drug)
from UQ_ML_data import *
from UQ_ML_data2 import *
# from YC run_all_ML: run locally
#from UQ_yc_RunAllClfs import run_all_ML