fixed aa_index creeping categorical values in numerical cols
This commit is contained in:
parent
89cbeb3610
commit
c666c426c0
2 changed files with 708 additions and 659 deletions
1352
UQ_ML_data2.py
1352
UQ_ML_data2.py
File diff suppressed because it is too large
Load diff
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue