The purpose of this article is to explain how to set up Model Evaluation
Purpose
Uses the testing data set to evaluate model performance.
Steps to run
- Go to the tools menu
- Scroll down to the Data science option
- Select the Model Evaluation
- Enter the Data table, Test columns, Prediction columns.
Model Evaluation Input
- Data table - choose your data table
- Test Columns - Choose the column for testing
- Prediction Columns - Select the Predictor columns
Output
- One Scatter Plot Visualization.
- Y-axis - Prediction Columns
- X-axis - Test Column
- One Cross Table visualization, with RMSE (Root Mean Square Error)
- Will show each Prediction Column and its value
Example
For additional information on RAI Data Science Toolkit documentation, click here.