Skip to content

Commit

Permalink
Add plot_learning_curve, plot_pca_2d, and plot_tsne_2d to api.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
HyunjunA committed Dec 20, 2022
1 parent d0960ae commit 9cadfe9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,12 @@ These methods generate sklearn models and evaluate them.

.. autofunction:: machine.learn.skl_utils.plot_confusion_matrix

.. autofunction:: machine.learn.skl_utils.plot_learning_curve

.. autofunction:: machine.learn.skl_utils.plot_pca_2d

.. autofunction:: machine.learn.skl_utils.plot_tsne_2d

.. autofunction:: machine.learn.skl_utils.plot_roc_curve

.. autofunction:: machine.learn.skl_utils.plot_imp_score
Expand Down

0 comments on commit 9cadfe9

Please sign in to comment.