The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
In what order can i use replace missing value and normalization?
Hello! I'm trying to build a classification model with RF and I have a data set with many missing values. I tried to use RF without replacing missing values but the performance is not good. For this, I'd like to replace missing values with average. What is the better order to insert the operator? Before or after Normalization (z score) of data?
Thanks
Thanks
0
Best Answer
-
ceaperez Member Posts: 541 UnicornHi @a_polito,
Please check this thread:
"[SOLVED] Normalise before or after Replace Missing Values?" — RapidMiner Community
Best1