We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f9564e commit b85a1a0Copy full SHA for b85a1a0
1 file changed
x-pack/legacy/plugins/ml/public/application/jobs/new_job/common/job_creator/categorization_job_creator.ts
@@ -100,6 +100,7 @@ export class CategorizationJobCreator extends JobCreator {
100
delete this._job_config.analysis_config.categorization_field_name;
101
this._categoryFieldExamples = [];
102
this._validationChecks = [];
103
+ this._overallValidStatus = CATEGORY_EXAMPLES_VALIDATION_STATUS.INVALID;
104
}
105
106
0 commit comments