auto-sklearn
Package — MLPython 3.7+Advanced
Automated machine learning using scikit-learn pipelines
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- scikit-learn, NumPy, SciPy, smac, pyrfr, ConfigSpace, pynisher
- Install
pip install auto-sklearn
Learn by Difficulty
Quick Example
python
# Install: pip install auto-sklearn import auto_sklearn # Basic auto-sklearn usage print(f"Using auto-sklearn") # See documentation for detailed examples
auto-sklearn is a third-party package. Automated machine learning using scikit-learn pipelines. Install with: pip install auto-sklearn
Try in PlaygroundTags
packagemachine-learningaimodeling