mayer79 / missRanger

Fast multivariate imputation by random forests.
https://mayer79.github.io/missRanger/
GNU General Public License v2.0
63 stars 11 forks source link

How to save the trained Random Forest model and use it to impute new data set? #37

Closed DrRoad closed 2 years ago

DrRoad commented 2 years ago

Hi, appreciate if you can let me know a little bit on how to use missRanger to develop a Random Forest model on a training data set and use it on test data set? Thank you very much!

mayer79 commented 2 years ago

It is currently not possible. The reason is simple: there is no obvious way to use random forests for imputation in test/production.