EpistasisLab / tpot

A Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming.
http://epistasislab.github.io/tpot/
GNU Lesser General Public License v3.0
9.68k stars 1.57k forks source link

Update api.md #1256

Closed perib closed 2 years ago

perib commented 2 years ago

just making it clearer that tpot does not shuffle data by default. Easy mistake to pass in sorted data assuming that tpot shuffles it.