tried pca
This commit is contained in:
parent
8d831f3613
commit
a15d801c2a
2 changed files with 35 additions and 28 deletions
|
@ -82,7 +82,7 @@ fooD = MultModelsCl(input_df = df2['X']
|
|||
, tts_split_type = spl_type
|
||||
, resampling_type = 'none' # default
|
||||
, var_type = ['mixed']
|
||||
, scale_numeric = ['min_max_neg']
|
||||
, scale_numeric = ['min_max']
|
||||
, return_formatted_output = False
|
||||
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue