Skip to content

Commit

Permalink
[ML] Changes string IDs.
Browse files Browse the repository at this point in the history
  • Loading branch information
szabosteve committed Jun 9, 2021
1 parent 94434aa commit 64194af
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,31 +28,31 @@ export const MulticlassConfusionMatrixHelpPopover = () => {
}
closePopover={() => setIsPopoverOpen(false)}
isOpen={isPopoverOpen}
title={i18n.translate('xpack.ml.dataframeanalytics.confusionMatrixPopoverTitle', {
title={i18n.translate('xpack.ml.dataframe.analytics.confusionMatrixPopoverTitle', {
defaultMessage: 'Multiclass confusion matrix',
})}
>
<p>
<FormattedMessage
id="xpack.ml.dataframeanalytics.confusionMatrixBasicExplanation"
id="xpack.ml.dataframe.analytics.confusionMatrixBasicExplanation"
defaultMessage="The multiclass confusion matrix provides a summary of the performance of the classification analysis. It contains the proportion of the data points that the analysis classified correctly with their actual class as well as the proportion of the misclassified data points."
/>
</p>
<p>
<FormattedMessage
id="xpack.ml.dataframeanalytics.confusionMatrixAxisExplanation"
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."
/>
</p>
<p>
<FormattedMessage
id="xpack.ml.dataframeanalytics.confusionMatrixShadeExplanation"
id="xpack.ml.dataframe.analytics.confusionMatrixShadeExplanation"
defaultMessage="As the number of classes in the classification analysis increases, the confusion matrix also increases in complexity. For an easier overview, darker cells indicate higher percentage of the predictions."
/>
</p>
<p>
<FormattedMessage
id="xpack.ml.dataframeanalytics.confusionMatrixColumnExplanation"
id="xpack.ml.dataframe.analytics.confusionMatrixColumnExplanation"
defaultMessage="The Columns selector enables you to toggle between showing or hiding some of the columns or all of them."
/>
</p>
Expand Down
1 change: 0 additions & 1 deletion x-pack/plugins/translations/translations/ja-JP.json
Original file line number Diff line number Diff line change
Expand Up @@ -14075,7 +14075,6 @@
"xpack.ml.dataframe.analytics.classificationExploration.confusionMatrixLabel": "分類混同行列",
"xpack.ml.dataframe.analytics.classificationExploration.confusionMatrixPredictedLabel": "予測されたクラス",
"xpack.ml.dataframe.analytics.classificationExploration.confusionMatrixTestingHelpText": "データセットをテストするための正規化された混同行列",
"xpack.ml.dataframe.analytics.classificationExploration.confusionMatrixTooltip": "マルチクラス混同行列には、分析が実際のクラスで正しくデータポイントを分類した発生数と、別のクラスで誤分類した発生数が含まれます。",
"xpack.ml.dataframe.analytics.classificationExploration.confusionMatrixTrainingHelpText": "データセットを学習するための正規化された混同行列",
"xpack.ml.dataframe.analytics.classificationExploration.evaluateJobStatusLabel": "ジョブ状態",
"xpack.ml.dataframe.analytics.classificationExploration.evaluateSectionAvgRecallTooltip": "平均再現率は、実際のクラスメンバーのデータポイントのうち正しくクラスメンバーとして特定された数を示します。",
Expand Down
1 change: 0 additions & 1 deletion x-pack/plugins/translations/translations/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -14257,7 +14257,6 @@
"xpack.ml.dataframe.analytics.classificationExploration.confusionMatrixLabel": "分类混淆矩阵",
"xpack.ml.dataframe.analytics.classificationExploration.confusionMatrixPredictedLabel": "预测类",
"xpack.ml.dataframe.analytics.classificationExploration.confusionMatrixTestingHelpText": "用于测试数据集的标准化混淆矩阵",
"xpack.ml.dataframe.analytics.classificationExploration.confusionMatrixTooltip": "多类混淆矩阵包含分析使用数据点的实际类正确分类数据点的次数以及分析使用其他类错误分类这些数据点的次数",
"xpack.ml.dataframe.analytics.classificationExploration.confusionMatrixTrainingHelpText": "用于训练数据集的标准化混淆矩阵",
"xpack.ml.dataframe.analytics.classificationExploration.evaluateJobStatusLabel": "作业状态",
"xpack.ml.dataframe.analytics.classificationExploration.evaluateSectionAvgRecallTooltip": "平均召回率显示作为实际类成员的数据点有多少个已被正确标识为类成员。",
Expand Down

0 comments on commit 64194af

Please sign in to comment.