Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Yard1 committed Oct 19, 2020
1 parent 8555d5c commit 156f85b
Show file tree
Hide file tree
Showing 98 changed files with 26,438 additions and 15 deletions.
Binary file added docs/build/doctrees/environment.pickle
Binary file not shown.
Binary file added docs/build/doctrees/index.doctree
Binary file not shown.
4 changes: 4 additions & 0 deletions docs/build/html/.buildinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 55d9e17dad3654968589d1cbfd607c77
tags: 645f666f9bcd5a90fca523b33c5a78b7
58 changes: 58 additions & 0 deletions docs/build/html/_sources/index.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
Welcome to pycaret's documentation!
===================================

PyCaret is an open source low-code machine learning library in Python that aims to reduce the hypothesis to insights cycle time in a ML experiment. It enables data scientists to perform end-to-end experiments quickly and efficiently. In comparison with the other open source machine learning libraries, PyCaret is an alternate low-code library that can be used to perform complex machine learning tasks with only few lines of code. PyCaret is essentially a Python wrapper around several machine learning libraries and frameworks such as scikit-learn, XGBoost, Microsoft LightGBM, spaCy and many more.

The design and simplicity of PyCaret is inspired by the emerging role of citizen data scientists, a term first used by Gartner. Citizen Data Scientists are power users who can perform both simple and moderately sophisticated analytical tasks that would previously have required more expertise. Seasoned data scientists are often difficult to find and expensive to hire but citizen data scientists can be an effective way to mitigate this gap and address data related challenges in business setting.

PyCaret is simple, easy to use and deployment ready. All the steps performed in a ML experiment can be reproduced using a pipeline that is automatically developed and orchestrated in PyCaret as you progress through the experiment. A pipeline can be saved in a binary file format that is transferable across environments.

For more information on PyCaret, please visit our official website https://www.pycaret.org

.. toctree::
:maxdepth: 2
:caption: Contents:



Classification
===================
.. automodule:: pycaret.classification
:members:

Regression
===================
.. automodule:: pycaret.regression
:members:

Clustering
===================
.. automodule:: pycaret.clustering
:members:

Anomaly
===================
.. automodule:: pycaret.anomaly
:members:

NLP
===================
.. automodule:: pycaret.nlp
:members:

Arules
===================
.. automodule:: pycaret.arules
:members:

Datasets
===================
.. automodule:: pycaret.datasets
:members:

Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
Loading

0 comments on commit 156f85b

Please sign in to comment.