Skip to content

Commit

Permalink
[ML] Adds sentence about selectable cells.
Browse files Browse the repository at this point in the history
  • Loading branch information
szabosteve committed Jun 10, 2021
1 parent 4fbb48e commit d918a42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const MulticlassConfusionMatrixHelpPopover = () => {
<p>
<FormattedMessage
id="xpack.ml.dataframe.analytics.confusionMatrixAxisExplanation"
defaultMessage="The matrix contains the actual labels on the left side while the predicted labels are on the top. The proportion of correct and incorrect predictions is broken down for each class. This enables you to examine how the classification analysis confused the different classes while it made its predictions."
defaultMessage="The matrix contains the actual labels on the left side while the predicted labels are on the top. The proportion of correct and incorrect predictions is broken down for each class. This enables you to examine how the classification analysis confused the different classes while it made its predictions. If you want to see the exact number of occurrences, select a cell in the matrix and click the appearing icon."
/>
</p>
<p>
Expand Down

0 comments on commit d918a42

Please sign in to comment.