description | cover | coverY |
---|---|---|
An open-source, low-code machine learning library in Python |
0 |
{% hint style="info" %}
PyCaret 3.0-rc is now available. pip install --pre pycaret
to try it. Check out this example Notebook.
{% endhint %}
PyCaret is an open-source, low-code machine learning library in Python that automates machine learning workflows. It is an end-to-end machine learning and model management tool that exponentially speeds up the experiment cycle and makes you more productive.
Compared with the other open-source machine learning libraries, PyCaret is an alternate low-code library that can be used to replace hundreds of lines of code with a few lines only. This makes experiments exponentially fast and efficient. PyCaret is essentially a Python wrapper around several machine learning libraries and frameworks, such as scikit-learn, XGBoost, LightGBM, CatBoost, spaCy, Optuna, Hyperopt, Ray, and a few more.
The design and simplicity of PyCaret are 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 technical expertise.
⭐ Tutorials**** | Checkout our official notebooks! |
---|---|
📋 Examples**** | Example notebooks. |
📙 Blog**** | Tutorials and articles by contributors. |
📚 API Reference | The detailed API docs of PyCaret |
📺 Video Tutorials**** | Our video tutorial from various events. |
📢 Discussions | Engage with community and contributors. |
🛠️ Changelog**** | Changes and version history. |
❓FAQs | Frequently Asked Questions |
🌳 Roadmap | PyCaret's development plan. |
Join our Meetup user group. |
PyCaret is an open-source, low-code machine learning library in Python that aims to reduce the hypothesis to insights cycle time in an 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 a few lines of code. PyCaret is simple and easy to use.
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 science challenges in the business setting.
PyCaret is a deployment ready library in Python which means all the steps performed in an ML experiment can be reproduced using a pipeline that is reproducible and guaranteed for production. A pipeline can be saved in a binary file format that is transferable across environments.
PyCaret and its Machine Learning capabilities are seamlessly integrated with environments supporting Python such as Microsoft Power BI, Tableau, Alteryx, and KNIME to name a few. This gives immense power to users of these BI platforms who can now integrate PyCaret into their existing workflows and add a layer of Machine Learning with ease.
- Experienced Data Scientists who want to increase productivity.
- Citizen Data Scientists who prefer a low code machine learning solution.
- Data Science Professionals who want to build rapid prototypes.
- Data Science and Machine Learning students and enthusiasts.
PyCaret new time series module is now available in the 3.0-rc
. Staying true to the simplicity of PyCaret, it is consistent with the existing API and fully loaded with functionalities. Statistical testing, model training and selection (30+ algorithms), model analysis, automated hyperparameter tuning, experiment logging, deployment on cloud, and more. All of this with only a few lines of code. If you would like to give it a try, check out our official quick start notebook.
To use PyCaret's time series module you can install PyCaret 3.0-rc
.
pip install --pre pycaret
The following people are currently core contributors to PyCaret's development and maintenance:
{% embed url="https://github.com/moezali1" %}
{% embed url="https://github.com/Yard1" %}
{% embed url="https://github.com/ngupta23" %}
{% embed url="https://github.com/tvdboom" %}
{% embed url="https://github.com/wkuopt" %}
{% embed url="https://github.com/mfahadakbar" %}
{% embed url="https://github.com/PabloJMoreno" %}
{% embed url="https://github.com/reza1615" %}
{% hint style="info" %} Contribute to PyCaret! If you would like to contribute to this project, please see our Contribution Guidelines. {% endhint %}
This documentation is being developed and maintained by:
{% hint style="info" %} Contribute! If you would like to join our documentation team and help us build and maintain this awesome documentation for the community, join the #docs-revamp channel on our Slack. {% endhint %}
- The fastest way to get help is through our Slack group.
- You can also see our Issue log or Discussions for answers to questions asked in the past by other members or raise a new question if it's not asked before.
- You can also look out for answers to common questions on Stack Overflow.
- We also have a pretty active LinkedIn page.
- Check our Frequently Asked Questions (FAQs) page.
- Newsletter coming soon.
@Manual {PyCaret,
title = {PyCaret: An open source, low-code machine learning library in Python},
author = {Moez Ali},
year = {2020},
month = {April},
note = {PyCaret version 1.0},
url = {https://www.pycaret.org
}
Give us a star on our GitHub repository (click the star button on the top right corner)
We have a pretty active LinkedIn page. Follow us for PyCaret updates and learning content.
You can see existing open issues and discussions and help other members of the community by answering their questions.
Subscribe to our YouTube for learning content related to PyCaret.
Help us spread the word. We love to hear success stories and use cases.
Like to write? You can write a medium blog and share it with us. Check out this blog by Author.
Want to stay in touch and learn what's the latest and greatest in the community. Join our Meetup.
Placeholder
All good? Let's explore PyCaret, starting with the Installation.