-
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
Using my own csv loader #521
Comments
Hmm, I am not sure what is wrong in code about Maybe your issue is related to #492 . Could you please try
|
@mrgloom, did that solution work for you? |
I have tested speed of numpy vs pandas loader: numpy pandas Code:
|
Thank you for the feedback. We already add |
Closing this issue for now. Please feel free to re-open if you have any more questions or comments. |
I'm trying to reproduce MNIST result using my own csv loader. Howewer it eat too much memory(>100Gb)and I stopped process with
Optimization Progress: 0%
.Here is the code:
I'm using default
tpot_mnist_pipeline.py
What can cause this problem?
Running default example seems ok:
The text was updated successfully, but these errors were encountered: