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.66k stars 1.56k forks source link

RAM crash on colab #961

Open Manidills opened 4 years ago

Manidills commented 4 years ago

When i try TPOT classifer while fitting to my model in colab ram became crashed on every time !! why ??

weixuanfu commented 4 years ago

Maybe RAM in colab is not enough. How large are your dataset and maximum RAM requested in colab?

neel04 commented 3 years ago

@Manidills I had the same problem. I recommend you buy Colab PRO for extra RAM which would prevent Colab from crashing. Even then, is there any way to save on Memory? @weixuanfu