Visualize - Plot input features against output features
MI Machine Learning also allows you to explore a trained model’s parameter space graphically. In this exercise, we’ll view the model’s predictions on a 2D plot.
-
Click Plot model features.
This takes you to the Plot Features page, keeping the current model selected.
-
Click Visualize to plot the default
Input and Output with the rest of the
input features set to a fixed value.
The model’s prediction (blue line) and uncertainty (green shaded area) for the selected Output are plotted against the selected Input.
There are some step changes on the plot. This is expected, particularly for smaller datasets, and is usually due to differences in the training dataset across different parts of the parameter space (for example, having fewer data points or noisier test data in some parts of the model range).
- Inspect other parts of the model’s parameter space.
- Change the Output (y-axis) to the model’s second output feature, and click Visualize to update the plot.
-
Edit the fixed Value of the other input features:
In the table, click the Value cell for the inputs you want to edit, and enter the new values.
The currently-selected Input’s row is grayed out and cannot be edited.
- Use the Model range and Correlation to inform your choice of Value.
- Click Visualize to re-plot at the new input values.
- Click Reset to clear the plot area and restore the default values for Input, Output and the Value column.