Some questions about data preprocessing #557
Tonywhitemin
started this conversation in
General
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @pplonski,
Wish you have a good day!
Since I found that there are some good functions in mljar-AutoML for data preprocessing , but I don't know how to use it...
Could you help?
LeaveOneOutEncoder: The default setting is "categorical_to_int", May I know in what case will LeaveOneOutEncoder work?

Fill missing values with mean value:The default setting is "FILL_NA_MEDIAN". Can we specify "FILL_NA_MEAN" or others instead?

Scale method for "scale_log_and_normal" : The default setting is "scale_normal". Can we specify "scale_log_and_normal" instead? Or in what case will "scale_log_and_normal" work?

Thanks for your time!
Beta Was this translation helpful? Give feedback.
All reactions