The application give to the user a tool to identify the relevance of inputs features using the random forest model. Also is possible to explore the variables relations using scatter plots and box plot.
To start, is necessary choose the database. There are three possibilities by default:
Immediately a database has been selected, will appear a table with the data below. The function behind is read.csv
. You can add your own data, only you should save your database in csv format inside to the folder app.
A scatter plot appear when there are two quantitative variable:
A box plot appear when there are one quantitative variable and a qualitative variable:
You can evaluate the top of relevance variables that explain the output.