mlxtend
Package — MLPython 3.7+Advanced
Extensions for scikit-learn: plotting, feature selection, stacking
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- NumPy, SciPy, pandas, scikit-learn, matplotlib, joblib
- Install
pip install mlxtend
Learn by Difficulty
Quick Example
python
# Install: pip install mlxtend import mlxtend # Basic mlxtend usage print(f"Using mlxtend") # See documentation for detailed examples
mlxtend is a third-party package. Extensions for scikit-learn: plotting, feature selection, stacking. Install with: pip install mlxtend
Try in PlaygroundTags
packagemachine-learningaimodeling