-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Closed
Labels
:mlFeature:Data Frame AnalyticsML data frame analytics featuresML data frame analytics featuresMetav7.6.0
Description
- Classification
- Create
- [ML] DF Analytics: create classification jobs via the UI #51619 *
- classification job type help text (must have)
- add classification job type to dropdown in create flyout (must have) *
- User can create classification job using basic form with the fields(must have):
- User can enter job ID (must have) *
- User can enter source index (must have) *
- User can enter destination index (must have) *
- User can enter dependent_variable (must have) *
- Fetch options using field_caps api - grab all allowed type fields as options *
- User can enter training percent (must have) *
- User can enter job description (must have)
- User can select to included/excluded fields in basic form - use explain API (should have)
[ ] disable the Create button in the advanced editor if there is a syntax error in the JSON(removed as code editor already provides validation)
- Evaluate
- Once the classification job has completed, the results of the job should be evaluated
- The evaluation step should be run automatically (should have)
- Ensure results view panels are responsive
- Fix positioning of labels on confusion matrix
- Add link to docs in top right corner of panel
- update to account for changes to the _evaluate endpoint introduced in Emit predicted category using an appropriate JSON type. ml-cpp#877 in which the .keyword suffix will no longer be needed for boolean or integer dependent variable fields
- Explore
- The user can view the evaluate results (must have)
- Create
Metadata
Metadata
Assignees
Labels
:mlFeature:Data Frame AnalyticsML data frame analytics featuresML data frame analytics featuresMetav7.6.0