You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
oh, I just noticed this issue. I believe the problem is with different version of sklearn they moved around the loss method. I seem to recall that I also ran into this issue while running prfect on different machines. I thought that I fixed it by packing the loss method in the pickle file, but I cant find any evidence in the training script code that I did.
If you can let me know your numpy/sklearn/tensorflow version I can try to add in backwards compatibility.
Dear developer,
I am running into an error (see below)
Thanks for looking into.
best regards
jonas
///////////
prfect.py sequence.gbk
Traceback (most recent call last):
File "/usr/local/bin/prfect.py", line 163, in
clf = pickle.load(open(path, 'rb'))
ModuleNotFoundError: No module named 'sklearn._loss.loss'
The text was updated successfully, but these errors were encountered: