Skip to content

Commit

Permalink
[ML] Reseting categorization validation if category field is cleared (e…
Browse files Browse the repository at this point in the history
  • Loading branch information
jgowdyelastic committed Jan 28, 2020
1 parent fc10fb6 commit ecc8240
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ export class CategorizationJobCreator extends JobCreator {
delete this._job_config.analysis_config.categorization_field_name;
this._categoryFieldExamples = [];
this._validationChecks = [];
this._overallValidStatus = CATEGORY_EXAMPLES_VALIDATION_STATUS.INVALID;
}
}

Expand Down

0 comments on commit ecc8240

Please sign in to comment.