pycaret
Package — MLPython 3.7+Advanced
Low-code ML library: automates comparison, tuning, and deployment
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- scikit-learn, pandas, NumPy, ipython, ipywidgets, tqdm, plotly, lightgbm
- Install
pip install pycaret
Learn by Difficulty
Quick Example
python
# Install: pip install pycaret import pycaret # Basic pycaret usage print(f"Using pycaret") # See documentation for detailed examples
pycaret is a third-party package. Low-code ML library: automates comparison, tuning, and deployment. Install with: pip install pycaret
Try in PlaygroundTags
packagemachine-learningaimodeling