TidyX Episode 151: Shiny Model Building – Multiple Model Options

Ellis Hughes and I haveĀ  been building up an interface for the user to input a data set and then run a regression model and get out of sample predictions. This week, add more to our {shiny} model user interface and allow the user to specify the type of model they want to run. Instead of just allowing a linear regression model the user can now choose to either run a random forest or a decision tree.

To watch our screen cast, CLICK HERE.

To access our code, CLICK HERE.