README.md 4.7 KB
Newer Older
P
PyCaret 已提交
1 2 3 4 5 6 7 8 9 10
## 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.

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.

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. 
P
PyCaret 已提交
11

P
pycaret 已提交
12
## Current Release
P
PyCaret 已提交
13 14 15 16 17
The first stable release pycaret version 1.0.0 is now publicly available. The easiest way to install pycaret is using pip.

```python
pip install pycaret
```
P
PyCaret 已提交
18 19

## Who should use PyCaret?
P
PyCaret 已提交
20
PyCaret is an open source library that anybody can use. In our view the ideal target audience of PyCaret is: <br />
P
PyCaret 已提交
21 22

- Citizen data scientists who wants to easily implement data science projects in a low-code environment.
P
PyCaret 已提交
23
- Data scientists who want to increase their productivity.
P
PyCaret 已提交
24 25 26 27 28 29 30
- Consultants / Data Science teams who wants to deliver Proof of Concept (POC) quickly and efficiently.
- Students learning or planning to learn data science skills with no prior background in computer science.
- Data Science Professionals and members of academic community who are involved in teaching machine learning.
- Data Scientists and members of data science community who compete on platforms like Kaggle.
- Small to mid-size companies looking to implement data science projects without committing significant resources.
- Students, academicians, researchers and data science professionals seeking to combine simplicity of R language with power of Python.

P
PyCaret 已提交
31
## Dependencies
P
pycaret 已提交
32 33
Please read requirements.txt for list of requirements. They are automatically installed when pycaret is installed using pip.

P
PyCaret 已提交
34 35 36 37 38 39 40 41 42
## Contributors
- pycaret.anomaly, Moez Ali <moez.ali@queensu.ca>
- pycaret.classification, Moez Ali <moez.ali@queensu.ca>
- pycaret.clustering, Moez Ali <moez.ali@queensu.ca>
- pycaret.datasets, Moez Ali <moez.ali@queensu.ca>
- pycaret.nlp, Moez Ali <moez.ali@queensu.ca>
- pycaret.preprocess, Fahad Akbar <M.akbar@queensu.ca>
- pycaret.regression, Moez Ali <moez.ali@queensu.ca>

P
PyCaret 已提交
43
https://www.pycaret.org
P
pycaret 已提交
44

P
pycaret 已提交
45 46
## License

P
pycaret 已提交
47
Copyright 2019-2020 Moez Ali <moez.ali@queensu.ca>
P
pycaret 已提交
48 49 50 51 52 53

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
P
pycaret 已提交
54
© 2020 GitHub, Inc.