How to export a Random Forest Model from R into some function in a DLL file?
I developed a Random Forest Model in R, but need to export it somehow outside of R Studio and use it in a “decision engine” that is completely separate from R studio.
Can anyone advice me how to export such a Random Forest model into a function saved in a DLL file?
Alternatively, suggest any other idea, that would enable me to use the model outside of R Studio…
Imagine you have a “fraud model” that classifies, but you need to deploy such a model in a transaction payment system. How?