Skip to content

Commit

Permalink
Merge pull request #6377 from janezd/calibration-plot-doc
Browse files Browse the repository at this point in the history
Calibration plot: Update documentation
  • Loading branch information
lanzagar authored Mar 31, 2023
2 parents b177167 + 8f6c4e0 commit e8067c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ The widget cannot output a model if the input data contains models obtained from
Examples
--------

At the moment, the only widget which gives the right type of signal needed by the **Calibration Plot** is [Test and Score](../evaluate/testandscore.md). The Calibration Plot will hence always follow Test and Score.
At the moment, only two widgets give the signal of the correct type for **Calibration Plot**: [Test and Score](../evaluate/testandscore.md) and [Predictions](../evaluate/predictions.md). The Calibration Plot will always follow one of them.

Here is a typical example on the iris data, where we compare two classifiers (namely [Logistic Regression](../model/logisticregression.md) and [Random Forest](../model/randomforest.md)) and input them into [Test and Score](../evaluate/testandscore.md). Test and Score displays evaluation results for each classifier. Then we draw **Calibration Plot** to further analyze the performance of the classifiers. **Calibration Plot** enables you to see prediction accuracy of class probabilities in a plot.

Expand Down

0 comments on commit e8067c3

Please sign in to comment.