[ML] DF Analytics results: Support for feature_importance #55805
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:Data Frame Analytics
ML data frame analytics features
:ml
v7.8.0
feature_importance
is missing for regression and classification job results. To fix it, the parameternum_top_feature_importance_values
needs to be set. To fixfeature_importance
in the UI we need to do two things:num_top_feature_importance_values
available as an optional input field so it gets added to the configuration. At the moment this can only be done via the advanced editor and manually editing the JSON.feature_importance
fields need to be made available in the dropdown to select table column, similar to howfeature_influence
is made available for outlier detection jobs. On top of that we can use it to do the same color coding we do for outlier detection.Documentation about
feature_importance
andnum_top_feature_importance_values
can be found here: https://www.elastic.co/guide/en/elasticsearch/reference/master/put-dfanalytics.htmlThe text was updated successfully, but these errors were encountered: