-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
TPOT report error #1341
Comments
Assigned to Nick to keep visibility on the issue. Nick to take a look and decide if it needs to be assigned to someone else in the team. |
I can confirm this. When I tried to run on my local machine using a fresh conda environment on Python 3.10.13, the code gave me the above error. However, when I ran it on a Kaggle environment, it worked. After checking around, I tried reinstalling dependencies on my local environment with the versions on the kaggle environment and it worked locally. These are the versions that worked for me:
|
Has the latest update resolved your issue? Should be working with the latest version of scikit-learn now |
It has been solved. Thank you. :) |
Today when I ran a machine learning project using TPOT, it reported the error below:
The code was successfully ran three months ago. But I updated the python libraries last week. I guess some updated libraries resulted in this error.
The text was updated successfully, but these errors were encountered: