Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ML] Data Frame Analytics: Fix feature importance #61761

Merged
merged 11 commits into from
Apr 4, 2020
Prev Previous commit
Next Next commit
[ML] Fix duplicate i18n id.
walterra committed Apr 1, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 0655843ee29770767084bf04d32c26ca23eccebf
Original file line number Diff line number Diff line change
@@ -667,7 +667,7 @@ export const CreateAnalyticsForm: FC<CreateAnalyticsFormProps> = ({ actions, sta
numTopFeatureImportanceValuesValid &&
!sourceIndexNameEmpty && [
i18n.translate(
'xpack.ml.dataframe.analytics.create.excludesOptionsNoSupportedFields',
'xpack.ml.dataframe.analytics.create.numTopFeatureImportanceValuesErrorText',
{
defaultMessage: 'Invalid maximum number of feature importance values.',
}