- Mastering Machine Learning on AWS
- Dr. Saket S.R. Mengle Maximo Gurmendez
- 167字
- 2021-06-24 14:23:18
Evaluating regression models
Unlike the Naive Bayes classification model, the regression model provides a numerical output as a prediction. This output can be used for binary classification by predicting the value for both the events and using the maximum value. However, in examples such as predicting a house value based on regressors, we cannot use evaluation metrics that rely on just predicting whether we got the answer correct or incorrect. When we are predicting a numerical value, the evaluation metrics should also quantify the value of error in prediction. For example, if the house value is 600,000 and model A predicts it as 700,000 and model B predicts it as 1,000,000, metrics such as precision and recall will count both these predictions as false positives. However, for regression models, we need evaluation metrics that can tell us that model A was closer to the actual value than model B. Therefore, in this section, we will present three metrics that are used for such numerical predictions.
- 電腦常見問題與故障排除
- 計算機組裝·維護與故障排除
- INSTANT ForgedUI Starter
- Learning Game Physics with Bullet Physics and OpenGL
- Large Scale Machine Learning with Python
- Machine Learning with Go Quick Start Guide
- 單片機系統(tǒng)設計與開發(fā)教程
- VMware Workstation:No Experience Necessary
- Source SDK Game Development Essentials
- 圖解計算機組裝與維護
- 電腦組裝與維護即時通
- 單片機原理與技能訓練
- 可編程邏輯器件項目開發(fā)設計
- Blender 3D By Example
- Drupal Rules How-to