All Projects → pycaret → Pycaret

pycaret / Pycaret

Licence: other
An open-source, low-code machine learning library in Python

Programming Languages

python
139335 projects - #7 most used programming language
Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to Pycaret

Machine Learning With Python
Practice and tutorial-style notebooks covering wide variety of machine learning techniques
Stars: ✭ 2,197 (-52.18%)
Mutual labels:  jupyter-notebook, data-science, clustering, regression, classification
Mlj.jl
A Julia machine learning framework
Stars: ✭ 982 (-78.62%)
Mutual labels:  jupyter-notebook, data-science, clustering, regression, classification
Ml
A high-level machine learning and deep learning library for the PHP language.
Stars: ✭ 1,270 (-72.36%)
Mutual labels:  data-science, clustering, regression, classification, anomaly-detection
Benchmarks
Comparison tools
Stars: ✭ 139 (-96.97%)
Mutual labels:  jupyter-notebook, gpu, regression, classification
Smile
Statistical Machine Intelligence & Learning Engine
Stars: ✭ 5,412 (+17.81%)
Mutual labels:  data-science, clustering, regression, classification
Neuroflow
Artificial Neural Networks for Scala
Stars: ✭ 105 (-97.71%)
Mutual labels:  data-science, clustering, regression, classification
Matrixprofile
A Python 3 library making time series data mining tasks, utilizing matrix profile algorithms, accessible to everyone.
Stars: ✭ 141 (-96.93%)
Mutual labels:  data-science, time-series, clustering, anomaly-detection
Uci Ml Api
Simple API for UCI Machine Learning Dataset Repository (search, download, analyze)
Stars: ✭ 190 (-95.86%)
Mutual labels:  data-science, clustering, regression, classification
Interactive machine learning
IPython widgets, interactive plots, interactive machine learning
Stars: ✭ 140 (-96.95%)
Mutual labels:  jupyter-notebook, data-science, regression, classification
Tensorflow Book
Accompanying source code for Machine Learning with TensorFlow. Refer to the book for step-by-step explanations.
Stars: ✭ 4,448 (-3.18%)
Mutual labels:  jupyter-notebook, clustering, regression, classification
Machine Learning From Scratch
Succinct Machine Learning algorithm implementations from scratch in Python, solving real-world problems (Notebooks and Book). Examples of Logistic Regression, Linear Regression, Decision Trees, K-means clustering, Sentiment Analysis, Recommender Systems, Neural Networks and Reinforcement Learning.
Stars: ✭ 42 (-99.09%)
Mutual labels:  jupyter-notebook, data-science, regression, classification
Tribuo
Tribuo - A Java machine learning library
Stars: ✭ 882 (-80.8%)
Mutual labels:  ml, clustering, regression, classification
Ml Dl Scripts
The repository provides usefull python scripts for ML and data analysis
Stars: ✭ 119 (-97.41%)
Mutual labels:  jupyter-notebook, ml, clustering, classification
Mlr
Machine Learning in R
Stars: ✭ 1,542 (-66.43%)
Mutual labels:  data-science, clustering, regression, classification
Orange3
🍊 📊 💡 Orange: Interactive data analysis
Stars: ✭ 3,152 (-31.39%)
Mutual labels:  data-science, clustering, regression, classification
Openml R
R package to interface with OpenML
Stars: ✭ 81 (-98.24%)
Mutual labels:  jupyter-notebook, data-science, regression, classification
Machine Learning Projects
This repository consists of all my Machine Learning Projects.
Stars: ✭ 135 (-97.06%)
Mutual labels:  jupyter-notebook, clustering, regression, classification
Nlpaug
Data augmentation for NLP
Stars: ✭ 2,761 (-39.9%)
Mutual labels:  jupyter-notebook, data-science, ml
Practical Machine Learning With Python
Master the essential skills needed to recognize and solve complex real-world problems with Machine Learning and Deep Learning by leveraging the highly popular Python Machine Learning Eco-system.
Stars: ✭ 1,868 (-59.34%)
Mutual labels:  jupyter-notebook, clustering, classification
Scipy con 2019
Tutorial Sessions for SciPy Con 2019
Stars: ✭ 142 (-96.91%)
Mutual labels:  jupyter-notebook, data-science, time-series
drawing

An open-source, low-code machine learning library in Python
🚀 Version 2.3.5 out now! Check out the release notes here.

OfficialDocsInstallTutorialsDiscussionsContributeResourcesMediumLinkedInYouTubeSlack

Python pytest on push Documentation Status PyPI version License

Slack

alt text

Welcome to PyCaret

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
Tutorials New to PyCaret? Checkout our official notebooks!
📋 Example Notebooks Example notebooks created by community.
📙 Blog Tutorials and articles by contributors.
📚 Documentation The detailed API docs of PyCaret
📺 Video Tutorials Our video tutorial from various events.
📢 Discussions Have questions? Engage with community and contributors.
🛠️ Changelog Changes and version history.
🌳 Roadmap PyCaret's software and community development plan.

Installation

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]

Supervised Workflow

Classification Regression

Unsupervised Workflow

Clustering Anomaly Detection

PyCaret NEW Time Series Module

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.

📚 Time Series Docs

Time Series FAQs

🚀 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

alt text

Who should use PyCaret?

PyCaret is an open source library that anybody can use. In our view the ideal target audience of PyCaret is:

  • 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 on GPU

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:

  • Extreme Gradient Boosting (requires no further installation)
  • CatBoost (requires no further installation)
  • Light Gradient Boosting Machine requires GPU installation
  • Logistic Regression, Ridge Classifier, Random Forest, K Neighbors Classifier, K Neighbors Regressor, Support Vector Machine, Linear Regression, Ridge Regression, Lasso Regression requires cuML >= 0.15

License

PyCaret is completely free and open-source and licensed under the MIT license.

Contributors

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].