mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
parent
67934ca23b
commit
98bfbcbed2
2 changed files with 4 additions and 4 deletions
|
@ -610,7 +610,7 @@ export const CreateAnalyticsForm: FC<CreateAnalyticsFormProps> = ({ actions, sta
|
|||
})}
|
||||
helpText={i18n.translate('xpack.ml.dataframe.analytics.create.excludedFieldsHelpText', {
|
||||
defaultMessage:
|
||||
'Optionally select fields to be excluded from analysis. All other supported fields will be included',
|
||||
'Select fields to exclude from analysis. All other supported fields are included.',
|
||||
})}
|
||||
error={
|
||||
excludesOptions.length === 0 &&
|
||||
|
|
|
@ -21,7 +21,7 @@ export const JobType: FC<Props> = ({ type, setFormState }) => {
|
|||
'xpack.ml.dataframe.analytics.create.outlierDetectionHelpText',
|
||||
{
|
||||
defaultMessage:
|
||||
'Outlier detection jobs require a source index that is mapped as a table-like data structure and will only analyze numeric and boolean fields. Please use the advanced editor to add custom options to the configuration.',
|
||||
'Outlier detection jobs require a source index that is mapped as a table-like data structure and analyze only numeric and boolean fields. Use the advanced editor to add custom options to the configuration.',
|
||||
}
|
||||
);
|
||||
|
||||
|
@ -29,7 +29,7 @@ export const JobType: FC<Props> = ({ type, setFormState }) => {
|
|||
'xpack.ml.dataframe.analytics.create.outlierRegressionHelpText',
|
||||
{
|
||||
defaultMessage:
|
||||
'Regression jobs will only analyze numeric fields. Please use the advanced editor to apply custom options such as the prediction field name.',
|
||||
'Regression jobs analyze only numeric fields. Use the advanced editor to apply custom options, such as the prediction field name.',
|
||||
}
|
||||
);
|
||||
|
||||
|
@ -37,7 +37,7 @@ export const JobType: FC<Props> = ({ type, setFormState }) => {
|
|||
'xpack.ml.dataframe.analytics.create.classificationHelpText',
|
||||
{
|
||||
defaultMessage:
|
||||
'Classification jobs require a source index that is mapped as a table-like data structure and supports fields that are numeric, boolean, text, keyword or ip. Please use the advanced editor to apply custom options such as the prediction field name.',
|
||||
'Classification jobs require a source index that is mapped as a table-like data structure and support fields that are numeric, boolean, text, keyword, or ip. Use the advanced editor to apply custom options, such as the prediction field name.',
|
||||
}
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue