Skip to content

Commit

Permalink
Refreshes screenshot; removes comments
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl committed Nov 20, 2020
1 parent 1f8f15a commit 7d3f8de
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions docs/en/stack/ml/df-analytics/ml-feature-importance.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,6 @@ 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.

////
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
`num_top_feature_importance_values` property. For example, see
Expand Down

0 comments on commit 7d3f8de

Please sign in to comment.