adding other split types on ml_iterator
This commit is contained in:
parent
63c8876764
commit
c32005c99c
1 changed files with 5 additions and 4 deletions
|
@ -50,11 +50,12 @@ ml_gene_drugD = {'pncA' : 'pyrazinamide'
|
|||
gene_dataD={}
|
||||
split_types = ['70_30',
|
||||
'80_20',
|
||||
'sl'
|
||||
]
|
||||
'sl',
|
||||
'rt',
|
||||
'none_bts']
|
||||
|
||||
split_data_types = ['actual',
|
||||
'complete'
|
||||
]
|
||||
'complete']
|
||||
|
||||
for gene, drug in ml_gene_drugD.items():
|
||||
print ('\nGene:', gene
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue