Machine learning (ML) has revolutionized the way we approach problem-solving, enabling computers to learn from data and make decisions or predictions. In this blog, we’ll walk through the process of creating and training a machine learning model from...
blog.bytescrum.com5 min read
Webster Alex T
Enjoy exploring new ideas
Hi. Because I’m really new at this. Having an issue and need to ask for help. I am getting this error from line
accuracy = accuracy_score(y_test, x_test)
ValueError: Classification metrics can’t handle a mix of multiclass and continuous-multioutput targets
Any help is appreciated. Alex.