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
authored
Apr 6, 2020
1 parent
2e9e7ad
commit 6850b59
Showing
1 changed file
with
12 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
## What is PyCaret? | ||
PyCaret is an open source low code machine learning library in Python that aims to reduce the cycle time from hypothesis to insights. It enables data scientists and analysts to perform iterative end-to-end data science experiments efficiently and allows them to reach conclusions faster due to far less time spent in coding. PyCaret is essentially a Python wrapper around several machine learning libraries and frameworks such as scikit-learn, XGBoost, Microsoft LightGBM, spaCy and many more. | ||
PyCaret is an open source, `low-code` machine learning library in Python that aims to reduce the cycle time from hypothesis to insights. It enables data scientists and analysts to perform iterative end-to-end data science experiments efficiently and allows them to reach conclusions faster due to far less time spent in coding. PyCaret is essentially a Python wrapper around several machine learning libraries and frameworks such as scikit-learn, XGBoost, Microsoft LightGBM, spaCy and many more. | ||
|
||
In comparison with the other open source machine learning libraries, PyCaret is an alternate low-code machine learning solution that allows data scientists to perform end-to-end iterative experiments and enhances their ability to perform simple to complex operations without the need to write and maintain extra lines of code. | ||
In comparison with the other open source machine learning libraries, PyCaret is an alternate `low-code` machine learning solution that allows data scientists to perform end-to-end iterative experiments and enhances their ability to perform simple to complex operations without the need to write and maintain extra lines of code. | ||
|
||
PyCaret is simple, easy to use and deployment ready. All of the operations performed in a typical experiment are executed and automatically stored in a custom pipeline which is completely orchestrated to manage dependencies. The Pipeline can be saved in a binary format that can be transferred into a different environment to perform experiments at scale. | ||
PyCaret is `simple`, `easy to use` and `deployment ready`. All of the operations performed in a typical experiment are executed and automatically stored in a custom pipeline which is completely orchestrated to manage dependencies. The Pipeline can be saved in a binary format that can be transferred into a different environment to perform experiments at scale. | ||
|
||
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. The skills of a seasoned data scientists are often expensive and difficult to come by but citizen data scientists can be an effective way to mitigate this current skills gap and address data related challenges. | ||
|
||
PyCaret is a deployment ready library in Python which means all of 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 | ||
|
||
## Current Release | ||
The first stable release pycaret version 1.0.0 is now publicly available. The easiest way to install pycaret is using pip. | ||
|
@@ -16,6 +16,11 @@ The first stable release pycaret version 1.0.0 is now publicly available. The ea | |
pip install pycaret | ||
``` | ||
|
||
## Getting Started with PyCaret | ||
- User Guide: https://www.pycaret.org/guide | ||
- Tutorials: https://www.pycaret.org/tutorial | ||
- Issue Log: https://github.com/pycaret/pycaret/issues | ||
|
||
## Who should use PyCaret? | ||
PyCaret is an open source library that anybody can use. In our view the ideal target audience of PyCaret is: <br /> | ||
|
||
|
@@ -31,6 +36,9 @@ PyCaret is an open source library that anybody can use. In our view the ideal ta | |
## Dependencies | ||
Please read requirements.txt for list of requirements. They are automatically installed when pycaret is installed using pip. | ||
|
||
## Contribute | ||
If you would like to contribute to PyCaret, please visit https://www.pycaret.org/contribute | ||
|
||
## Contributors | ||
- pycaret.anomaly, Moez Ali <[email protected]> | ||
- pycaret.classification, Moez Ali <[email protected]> | ||
|
@@ -40,7 +48,6 @@ Please read requirements.txt for list of requirements. They are automatically in | |
- pycaret.preprocess, Fahad Akbar <[email protected]> | ||
- pycaret.regression, Moez Ali <[email protected]> | ||
|
||
https://www.pycaret.org | ||
|
||
## License | ||
|
||
|