TPOT — Easy Playground
Automated ML that optimizes pipelines using genetic programming
Getting started with TPOTRun locally
Install
pip install tpotPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: tpot)
TPOT is a third-party package. Automated ML that optimizes pipelines using genetic programming. Install with: pip install tpot
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?