Skip to content

Commit

Permalink
added modules.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
PyCaret committed Oct 28, 2020
1 parent b40954d commit d9f1f4d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ We are appreciated that PyCaret has been increasingly referred and cited in scie
installation
tutorials
contribute
modules

.. toctree::
:maxdepth: 2
Expand Down
16 changes: 16 additions & 0 deletions docs/source/modules.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Modules
=======

This page provides an overview of all the Modules available in PyCaret. A Module is a building block for creating experiments. Each module encapsulates specific machine learning algorithms and functions that are consistently used across different modules. For example, the ``create_model`` function trains and evaluates a model in all modules. Depending on the type of experiment, one of the six available modules must be imported into the environment.

- `Classification <https://pycaret.readthedocs.io/en/latest/api/classification.html>`_

- `Regression <https://pycaret.readthedocs.io/en/latest/api/regression.html>`_

- `Clustering <https://pycaret.readthedocs.io/en/latest/api/clustering.html>`_

- `Anomaly Detection <https://pycaret.readthedocs.io/en/latest/api/anomaly.html>`_

- `Natural Language Processing <https://pycaret.readthedocs.io/en/latest/api/nlp.html>`_

- `Association Rule Mining <https://pycaret.readthedocs.io/en/latest/api/arules.html>`_

0 comments on commit d9f1f4d

Please sign in to comment.