Tell us when should you use classification over regression?
Answer Posted / Ruby
Classification should be used when the goal is to predict categorical labels (like spam or not spam, happy or sad, etc.), whereas regression is used for predicting continuous values (like price, weight, etc.).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers