Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 427 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 427 Bytes

shiny-random-forest

Random forest predictive model rendered using Shiny with interactive feature values and prediction

A random forest classifier built on the PimaIndiansDiabetes2 diabetes data set from the mlbench is trained and evaluated inside of a Shiny application. Inputs matching the data set are provided to allow the user to interactivel change the data and see the resulting prediction based on the trained model.