63320312

Date: 2020-08-08 22:23:44
Score: 5.5
Natty:
Report link

"MLPClassifier can only process categorial labels (like 0, 1, 2, 3...). But your labels (i.e. Y) are real numbers, so there are illegal. I notice that your task is regression rather than classification. sklearn.neural_network.MLPRegressor may be more suitable, I guess. – Lizhi Liu yesterday"

Thanks for the advice, this took care of the issue. I had to adjust the code a bit more, but it is all squared away.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • RegEx Blacklisted phrase (3): Thanks for the advice
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: LeotheLion