- Hands-On Machine Learning with ML.NET
- Jarred Capellman
- 134字
- 2021-06-24 16:43:35
Mean absolute error
Mean Absolute Error, also known as MAE, is similar to MSE, with the critical difference that it sums the distances between the points and the prediction lines as opposed to computing the mean. It should be noted, MAE does not take into account directions in calculating the sum. For instance, if you had two data points, equidistant from the line, one being above and the other below, in effect, this would be balanced out with a positive and negative value. In machine learning, this is referred to as mean bias error, however, ML.NET does not provide this as part of the RegressionMetrics class at the time of this writing.
MAE is best used to evaluate models when outliers are considered simply anomalies and shouldn't be counted in evaluating a model's performance.
- GAE編程指南
- Kali Linux Web Penetration Testing Cookbook
- 基于Java技術的Web應用開發
- Python Data Analysis(Second Edition)
- Apache Mesos Essentials
- 正則表達式經典實例(第2版)
- ASP.NET程序開發范例寶典
- Unity 2018 Augmented Reality Projects
- Web App Testing Using Knockout.JS
- Programming Microsoft Dynamics? NAV 2015
- Learning Android Application Testing
- Application Development with Swift
- 計算機系統解密:從理解計算機到編寫高效代碼
- Learning Gerrit Code Review
- 面向物聯網的Android應用開發與實踐