Skip to content

Commit

Permalink
doc: add summary on functions (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
xuyxu authored May 17, 2021
1 parent 14171a5 commit 5c6933c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/parameters.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
Parameters
==========

This page provides the API reference of :mod:`torchensemble`.
This page provides the API reference of :mod:`torchensemble`. Below is a list of functions supported by all ensembles.

* :meth:`fit`: Training stage of the ensemble
* :meth:`evaluate`: Evaluating stage of the ensemble
* :meth:`predict`: Return the predictions of the ensemble
* :meth:`forward`: Data forward process of the ensemble
* :meth:`set_optimizer`: Set the parameter optimizer for training the ensemble
* :meth:`set_scheduler`: Set the learning rate scheduler for training the ensemble

Fusion
------
Expand Down

0 comments on commit 5c6933c

Please sign in to comment.