AMGold99 / ricardian

Ricardian land value paper (Gold, Binder, Nolte). For soil processing pipeline, see AMGold99/ssurgo-soil repo
0 stars 0 forks source link

Handling missing values in Ranger random forest model #2

Open AMGold99 opened 2 years ago

AMGold99 commented 2 years ago

Random forest modeling with the ranger package does not allow for missing values. This issue can be solved using the missRanger function (see rangerForest.R). However, because missRanger uses ensemble models just to impute the missing values, it takes a huge amount of time to run even with some optimization tweaks.