forked from pycaret/pycaret
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
PyCaret
committed
Oct 28, 2020
1 parent
b40954d
commit d9f1f4d
Showing
2 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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>`_ |