Classification or Regression approach?
I have a dataset with x variables and the target y (between 0 and 100%, so 0 and 1)
My goal os to predict if a sample is in a group of y [0,0.25), [25,50) or [50,100].
And I am wondering if I should use a classification model and number these groups with 3 labels [0,1,2] or perform a regression to obtain a specific value (e.g. 0,18 or 18%) and get the grouping later. Which approach should be used/yield better results? (And why)
Topic learning regression classification
Category Data Science