Random Forest grid search simulator

Ricardo León

8/2/2020

Introduction

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:

Code for Shiny app and this pitch can be found on Github.

User Interface

User Interface

User instructions

The simulator is easy to use! Just follow the steps below:

  1. Select number of trees.

  2. Select maximum tree depth.

  3. Click on “Train model”.

  4. Enjoy!

Result | Decision boundary plot