TPOT

Package — MLPython 3.7+Advanced

Automated ML that optimizes pipelines using genetic programming

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
scikit-learn, NumPy, SciPy, pandas, deap, update-checker, tqdm, stopit
Install
pip install tpot

Learn by Difficulty

Quick Example

python
# Install: pip install tpot
import tpot

# Basic TPOT usage
print(f"Using TPOT")
# See documentation for detailed examples

TPOT is a third-party package. Automated ML that optimizes pipelines using genetic programming. Install with: pip install tpot

Try in Playground

Tags

packagemachine-learningaimodeling