PyCaret is tested and supported on the following 64-bit systems:
- Python 3.6 – 3.8
- Python 3.9 for Ubuntu only
- Ubuntu 16.04 or later
- Windows 7 or later
Ensure you have the right Python version before installing.
This library consists of PyCaret components that allow to implements of the different AutoML tasks in Xircuits:
- Classification
- Regression
- Anomaly Detection
- Clustering
- Natural Language Processing (NLP)
We have supported this library with multiple Xircuits implantations for most of the AutoML tasks, these can be found in the examples/
folder.
Below is a simple illustration of the basic AutoML implementation using Pycaret components library in Xircuits:
This example allows to build a basic Pycaret classification application that reads a tabular dataset, setup the environment, compare training on multiple ML models, fine-tune models, plot results and save the trained model.
This example allows to build a basic Pycaret NLP application that reads a tabular dataset, setup the environment, Create and assign NLP ML models, plot results and save the trained model.
More details on Xircuits and PyCaret components library can be found on Xircuits website.