What is the difference between Regression and Classification?

Question

can you help me with this question

Answer ( 1 )

  1. Feature Regression Classification
    Output Type Continuous values Discrete labels
    Example Predicting house prices Spam detection
    Algorithms Linear Regression, Ridge, Lasso Decision Trees, SVM, Neural Networks

Leave an answer