Skip to content

Commit

Permalink
Adding new arguments to predict in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mmerce committed Aug 18, 2015
1 parent 97ae247 commit a94e860
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/index.rst
Expand Up @@ -2337,7 +2337,9 @@ shows the path leading to a final unique node, that gives the prediction, or
to the first split where a missing value is found. Other options are
``add_next`` which includes the field that determines the next split after
the prediction node and ``add_distribution`` that adds the distribution
that leads to the prediction.
that leads to the prediction. For regression models, ``add_min`` and
``add_max`` will add the limit values for the data that supports the
prediction.
In classification models, the prediction is always the most frequent category
amongst the ones that form the distribution in the predicted node. However, you
Expand Down

0 comments on commit a94e860

Please sign in to comment.