Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
PyCaret - An open source, low-code machine learning library in Python.
An open-source, low-code machine learning library in Python
:rocket: Version 2.3.6 out now! Check out the release notes here.
Official • Docs • Install • Tutorials • FAQs • Cheat sheet • Discussions • Contribute • Resources • Blog • LinkedIn • YouTube • Slack
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 speeds up the experiment cycle exponentially and makes you more productive.
In comparison 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 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 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.
Important Links | |
---|---|
:star: Tutorials | New to PyCaret? Checkout our official notebooks! |
:clipboard: Example Notebooks | Example notebooks created by community. |
:orange_book: Official Blog | Tutorials and articles by contributors. |
:books: Documentation | The detailed API docs of PyCaret |
:tv: Video Tutorials | Our video tutorial from various events. |
✈️ Cheat sheet | Cheat sheet for all functions across modules. |
:loudspeaker: Discussions | Have questions? Engage with community and contributors. |
:hammer_and_wrench: Changelog | Changes and version history. |
:deciduous_tree: Roadmap | PyCaret's software and community development plan. |
PyCaret's default installation only installs hard dependencies as listed in the requirements.txt file.
pip install pycaret
To install the full version:
pip install pycaret[full]
Classification | Regression |
---|---|
Clustering | Anomaly Detection |
---|---|
PyCaret new time series module is now available in beta. Staying true to simplicity of PyCaret, it is consistent with our 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 few lines of code (just like the other modules of pycaret). If you would like to give it a try, checkout our official quick start notebook.
:books: Time Series Docs
:question: Time Series FAQs
:rocket: Features and Roadmap
The module is still in beta. We are adding new functionalities every day and doing weekly pip releases. Please ensure to create a separate python environment to avoid dependency conflicts with main pycaret. The final release of this module will be merged with the main pycaret in next major release.
pip install pycaret-ts-alpha
PyCaret is an open source library that anybody can use. In our view the ideal target audience of PyCaret is:
With PyCaret >= 2.2, you can train models on GPU and speed up your workflow by 10x. To train models on GPU simply pass use_gpu = True
in the setup function. There is no change in the use of the API, however, in some cases, additional libraries have to be installed as they are not installed with the default version or the full version. As of the latest release, the following models can be trained on GPU:
PyCaret is completely free and open-source and licensed under the MIT license.
FAQs
PyCaret - An open source, low-code machine learning library in Python.
We found that pycaret-ts-alpha demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.