[ML] Changes text in mean recall tooltip. (#96990)

This commit is contained in:
István Zoltán Szabó 2021-04-15 07:52:38 +02:00 committed by GitHub
parent b96172e27c
commit b24b87a6f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -409,7 +409,7 @@ export const EvaluatePanel: FC<EvaluatePanelProps> = ({ jobConfig, jobStatus, se
'xpack.ml.dataframe.analytics.classificationExploration.evaluateSectionAvgRecallTooltip',
{
defaultMessage:
'This value shows how many of the data points that are actual class members were identified correctly as class members.',
'Mean recall shows how many of the data points that are actual class members were identified correctly as class members.',
}
)}
/>