-
Environment:
Log message:
The code worked a month ago. But today it did not. I want to do 100 trials. It will stop in the middle and give me the erroe 'Dispatcher stream error, tuner may have crashed'. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
I also meet the error,but just a few trails was run successfully for me .
I want to know what have caused it? |
Beta Was this translation helpful? Give feedback.
-
@drxmy Hi, could you show your sklearn and scipy version, try to update https://stackoverflow.com/questions/65682019/attributeerror-str-object-has-no-attribute-decode-in-fitting-logistic-regre |
Beta Was this translation helpful? Give feedback.
-
@zs963048949 Hi, could you show more information, like |
Beta Was this translation helpful? Give feedback.
-
@J-shang My scipy is 1.6.1 and sklearn is 0.24.1. Thank you for replying! I will try to downgrade scipy. |
Beta Was this translation helpful? Give feedback.
-
I am still facing the issue with suggested sklearn and scipy installs. |
Beta Was this translation helpful? Give feedback.
@drxmy Hi, could you show your sklearn and scipy version, try to update
sklearn>=0.24.1
or downgradescipy<=1.5.3
may solve this.https://stackoverflow.com/questions/65682019/attributeerror-str-object-has-no-attribute-decode-in-fitting-logistic-regre
scikit-optimize/scikit-optimize#981