Ricardo León
8/2/2020
Hyper-parameters optimization is an important step to build Machine Learning solutions. Random Forest Grid Search simulator helps the user to understand how the results of a classification model are being affected after changing the algorithm hyper-parameters.
Shiny app backend characteristics:
Machine Learning Model: Random Forest.
Dataset: Subset of 20.000 random observations from Australia Rain dataset.
Train/test split: 80% training - 20% test.
Chosen predictors: MaxTemp and Humidity3pm.
Hyper-parameters to tune up: number of trees and maximum tree depth.
Code for Shiny app and this pitch can be found on Github.
The simulator is easy to use! Just follow the steps below:
Select number of trees.
Select maximum tree depth.
Click on “Train model”.
Enjoy!