Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please use regression instead of classification and compare results #2

Open
harveybc opened this issue Aug 8, 2021 · 0 comments
Open

Comments

@harveybc
Copy link

harveybc commented Aug 8, 2021

Hi, maybe a silly question but, if the data to be predicted is ordered (such as the BCS score(no matter it
is discrete)), maybe regression is a best fit, since using classification if an error occurs you don't have guarantees that the selected class is the nearest to the real class, and the magnitude of the error (distancce to real data) maybe of use for your regression training algo which does not happen in classification. I.E if you missclassify a 3 it can be missclassified as 1 or as 4.

That may mess both your training algorithm and your metrics.

Hope it helps. Sayonara.

@harveybc harveybc changed the title Please use regression instead or classification and compare results Please use regression instead of classification and compare results Aug 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant