当前位置:网站首页>Difference between classification and regression

Difference between classification and regression

2022-06-26 14:12:00 Orange tea must be ^ -^

Use SVM forecast , notice 'type'=‘classfication’ What makes the forecast is the classification , Also have ‘type’='function estimation' What makes the prediction is regression , So let's talk about the difference between classification and regression .

In general : In the prediction is the output value

Quantitative output ( Output the determined value ) It's called regression , Or continuous variable prediction ;
Qualitative output ( The output is a binary classification problem ,0 Being positive ,1 Why not , Or multiple categories ) It's called classification , Or discrete variable prediction .

for instance :
Predict the temperature of tomorrow , This is a return mission ;
Predict that tomorrow will be cloudy 、 Sunny or rainy , It's a sort of task .

原网站

版权声明
本文为[Orange tea must be ^ -^]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/02/202202170509534174.html