README.md 4.8 KB
Newer Older
P
PyCaret 已提交
1
# PyCaret
P
PyCaret 已提交
2
[![Stability](https://img.shields.io/badge/stability-stable-green.svg)](https://img.shields.io/badge/stability-stable-green.svg) [![Documentation Status](https://readthedocs.org/projects/pip/badge/?version=stable)](http://pip.pypa.io/en/stable/?badge=stable) [![PyPI version](https://badge.fury.io/py/pycaret.svg)](https://badge.fury.io/py/pycaret) [![License](https://img.shields.io/pypi/l/ansicolortags.svg)](https://img.shields.io/pypi/l/ansicolortags.svg) [![Git count](http://hits.dwyl.com/pycaret/pycaret/pycaret.svg)](http://hits.dwyl.com/pycaret/pycaret/pycaret)
P
PyCaret 已提交
3 4

## What is PyCaret?
P
PyCaret 已提交
5
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.
P
PyCaret 已提交
6

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

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

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

P
PyCaret 已提交
13
For more information on PyCaret, please visit our official website https://www.pycaret.org
P
PyCaret 已提交
14

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

```python
pip install pycaret
```
P
PyCaret 已提交
21

P
PyCaret 已提交
22 23 24 25
## Important Links
- User Guide / Documentation: https://www.pycaret.org/guide
- Getting Started Tutorials: https://www.pycaret.org/tutorial
- Issue Logs: https://github.com/pycaret/pycaret/issues
P
PyCaret 已提交
26

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

P
PyCaret 已提交
30 31 32 33
- Experienced Data Scientists who want to increase productivity.
- Citizen Data Scientists who prefer a low code machine learning solution.
- Students of Data Science.
- Data Science Professionals and Consultants involved in building Proof of Concept projects.
P
PyCaret 已提交
34

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

P
PyCaret 已提交
38 39 40 41 42 43 44 45 46
## 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 已提交
47 48
If you would like to contribute to PyCaret, please visit https://www.pycaret.org/contribute

P
pycaret 已提交
49 50
## License

P
pycaret 已提交
51
Copyright 2019-2020 Moez Ali <moez.ali@queensu.ca>
P
pycaret 已提交
52 53 54 55 56 57

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 已提交
58
© 2020 GitHub, Inc.