I created random forest model in R and how can I move it and implement to my shiny app. For sure I need to code form for inputing parameters, but it's not a problem. The problem is to save and move the created model to shiny app. Have any ideas? How do you do that?
The function is created simply like this:
rf <- randomForest(all_unique_application~., data=train2)