added Mult_clfs_logo and Mult_clsf.py with consistency
This commit is contained in:
parent
06f2ce97b6
commit
de5c1270be
5 changed files with 201 additions and 115 deletions
|
@ -26,7 +26,7 @@ skf_cv = StratifiedKFold(n_splits = 10
|
|||
# , n_repeats = 3
|
||||
# , **rs)
|
||||
# param dict for getmldata()
|
||||
gene_model_paramD = {'data_combined_model' : False
|
||||
gene_model_paramD = {'data_combined_model' : False
|
||||
, 'use_or' : False
|
||||
, 'omit_all_genomic_features': False
|
||||
, 'write_maskfile' : False
|
||||
|
@ -77,7 +77,7 @@ fooD = MultModelsCl(input_df = df2['X_ros']
|
|||
, blind_test_df = df2['X_bts']
|
||||
, blind_test_target = df2['y_bts']
|
||||
, tts_split_type = spl_type
|
||||
, resampling_type = 'none' # default
|
||||
, resampling_type = 'XXXX' # default
|
||||
, var_type = ['mixed']
|
||||
, scale_numeric = ['min_max']
|
||||
, return_formatted_output = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue