added dummy classifier to models
This commit is contained in:
parent
c32005c99c
commit
744bc8f4a1
4 changed files with 94 additions and 53 deletions
|
@ -82,22 +82,26 @@ for gene, drug in ml_gene_drugD.items():
|
|||
, 'target' : tempD['y']
|
||||
, 'var_type' : 'mixed'
|
||||
, 'resampling_type': 'none'}
|
||||
, 'smnc_paramD': { 'input_df' : tempD['X_smnc']
|
||||
, 'target' : tempD['y_smnc']
|
||||
|
||||
, 'smnc_paramD' : { 'input_df' : tempD['X_smnc']
|
||||
, 'target' : tempD['y_smnc']
|
||||
, 'var_type' : 'mixed'
|
||||
, 'resampling_type' : 'smnc'}
|
||||
|
||||
, 'ros_paramD' : { 'input_df' : tempD['X_ros']
|
||||
, 'target' : tempD['y_ros']
|
||||
, 'var_type' : 'mixed'
|
||||
, 'resampling_type' : 'smnc'}
|
||||
, 'ros_paramD': { 'input_df' : tempD['X_ros']
|
||||
, 'target' : tempD['y_ros']
|
||||
, 'var_type' : 'mixed'
|
||||
, 'resampling_type' : 'ros'}
|
||||
, 'rus_paramD' : { 'input_df' : tempD['X_rus']
|
||||
, 'resampling_type' : 'ros'}
|
||||
|
||||
, 'rus_paramD' : { 'input_df' : tempD['X_rus']
|
||||
, 'target' : tempD['y_rus']
|
||||
, 'var_type' : 'mixed'
|
||||
, 'resampling_type' : 'rus'}
|
||||
, 'rouC_paramD' : { 'input_df' : tempD['X_rouC']
|
||||
, 'target' : tempD['y_rouC']
|
||||
, 'var_type' : 'mixed'
|
||||
, 'resampling_type': 'rouC'}
|
||||
|
||||
, 'rouC_paramD' : { 'input_df' : tempD['X_rouC']
|
||||
, 'target' : tempD['y_rouC']
|
||||
, 'var_type' : 'mixed'
|
||||
, 'resampling_type' : 'rouC'}
|
||||
}
|
||||
|
||||
mmDD = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue