Music-Recommendation-Using-Deep-Learning
Music-Recommendation-Using-Deep-Learning copied to clipboard
ValueError: zero-size array to reduction operation maximum which has no identity
Hi,
Whenever, Am running train.py. I'm getting this error:
ValueError: zero-size array to reduction operation maximum which has no identity
Yes even I am having the same issue. I tried rollbacking my scikitlearn version as well to .19 to see if the issue arose in the later versions but it still existed. My guess is that the data isnt getting one hot encoded.
Any update?