Random Forest


Could anyone please explain how Rapidminer implementation of Random Forest operator handles missing values in attributes.
0
💬0 Comments | 🔥0 Discussions | 👤0 Members | 🔌0 Online |
Could anyone please explain how Rapidminer implementation of Random Forest operator handles missing values in attributes.
Answers
Hi,
Both in Random Forest and Decision Trees, missing values are treated like a separate data value, both for numerical and nominal attributes. You can check it out yourself in the following process:
Note that for numerical attributes it results in a 3-way split.
With Decision Tree models, inputing missing values doesn't improve the model, unless you have a very precise way to do it.
Regards,
Sebastian