-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Slow/Freeze with powerful configuration #905
Comments
Did this configuration pass in smaller dataset? If yes, I think the issue maybe caused by high number of |
Thanks for your input. |
I think using dask should be fine. |
Did this configuration pass a test with smaller dataset? It seems the dataset is too large to finish cv even within 15 minutes time budget. |
Yes, it went fine on the example provided in your documentation |
Hi there,
With the cluster of my university, I'm trying to run TPOT for a classification problem on a jupyter notebook with a datset of size (166'158x193). I cannot provide the dataset for confidentialy reasons.
Despite:
The fitting time is vers slow and the progress bar only progress if i stop the kernel:
Here is my configuration:
Here is my dask cluster:
Here is my TPOT code:
where
ut.RepeatedHoldout()
is a personal cross-validation generator to deal with Time-dependant dataSo I'm wondering if missed any important parameters to run smoothly TPOT,...
Thank you for any help
The text was updated successfully, but these errors were encountered: