Skip to content

Commit

Permalink
Add partial dependence to API reference (#1537)
Browse files Browse the repository at this point in the history
* update api ref

* change titles

* typo

* release notes
  • Loading branch information
angela97lin committed Dec 10, 2020
1 parent 9b0a1b4 commit d77e854
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 6 deletions.
24 changes: 18 additions & 6 deletions docs/source/api_reference.rst
Expand Up @@ -253,26 +253,38 @@ Regressors are components that output a predicted target value.
Model Understanding
===================

Graph Utils
~~~~~~~~~~~
Utility Methods
~~~~~~~~~~~~~~~
.. autosummary::
:toctree: generated
:nosignatures:

confusion_matrix
normalize_confusion_matrix
precision_recall_curve
graph_precision_recall_curve
roc_curve
calculate_permutation_importance
binary_objective_vs_threshold
get_prediction_vs_actual_over_time_data
partial_dependence


Graph Utility Methods
~~~~~~~~~~~~~~~~~~~~~~~
.. autosummary::
:toctree: generated
:nosignatures:


graph_precision_recall_curve
graph_roc_curve
graph_confusion_matrix
calculate_permutation_importance
graph_permutation_importance
binary_objective_vs_threshold
graph_binary_objective_vs_threshold
graph_prediction_vs_actual
get_prediction_vs_actual_over_time_data
graph_prediction_vs_actual_over_time
graph_partial_dependence


.. currentmodule:: evalml.model_understanding.prediction_explanations

Expand Down
1 change: 1 addition & 0 deletions docs/source/release_notes.rst
Expand Up @@ -22,6 +22,7 @@ Release Notes
* Update circleci badge to apply to ``main`` :pr:`1489`
* Added script to generate github markdown for releases :pr:`1487`
* Documentation Changes
* Added partial dependence methods to API reference :pr:`1537`
* Testing Changes
* Set ``n_jobs=1`` in most unit tests to reduce memory :pr:`1505`

Expand Down

0 comments on commit d77e854

Please sign in to comment.