Skip to content

Commit

Permalink
[DOCS] Augment feature importance details for classification
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl committed Nov 20, 2020
1 parent b0e87ba commit 3f89583
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/en/stack/ml/df-analytics/ml-feature-importance.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,12 @@ data point to that baseline, you arrive at the numeric prediction value. If a
{feat-imp} value is negative, it reduces the prediction value. If a {feat-imp}
value is positive, it increases the prediction value.

//TBD: Add section about classification analysis.
For {classanalysis}, the baseline is the average of the probability values for a
specific class across all the data points in the training data set. When you add
the feature importance values for a particular data point to that baseline, you
arrive at the prediction probability for that class. If a {feat-imp} value is
negative, it reduces the prediction probability. If a {feat-imp} value is
positive, it increases the prediction probability.

By default, {feat-imp} values are not calculated. To generate this information,
when you create a {dfanalytics-job} you must specify the
Expand Down

0 comments on commit 3f89583

Please sign in to comment.