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
Random Forest
![Liverpool_Reds](https://us.v-cdn.net/6030995/uploads/defaultavatar/nCCNNSPK1YM69.jpg)
![](https://s3.amazonaws.com/rapidminer.community/vanilla-rank-images/learner-16x16.png )
Could anyone please explain how Rapidminer implementation of Random Forest operator handles missing values in attributes.
0
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