- 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.
- Effective STL中文版:50條有效使用STL的經驗(雙色)
- 基于ARM的嵌入式系統和物聯網開發
- Unity 5.x Game Development Blueprints
- STM32嵌入式技術應用開發全案例實踐
- 固態存儲:原理、架構與數據安全
- 筆記本電腦維修300問
- RISC-V處理器與片上系統設計:基于FPGA與云平臺的實驗教程
- Managing Data and Media in Microsoft Silverlight 4:A mashup of chapters from Packt's bestselling Silverlight books
- Wireframing Essentials
- Arduino項目開發:智能生活
- FPGA實驗實訓教程
- 單片機原理及應用
- Arduino項目案例:游戲開發
- Deep Learning with Keras
- The Applied Artificial Intelligence Workshop