- 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.
- WildFly:New Features
- DevOps with Kubernetes
- Python自動化運維快速入門(第2版)
- 程序員數學:用Python學透線性代數和微積分
- Apache Hive Essentials
- 趣學Python算法100例
- Visual Basic程序設計實驗指導(第4版)
- Learning SciPy for Numerical and Scientific Computing(Second Edition)
- Scala Reactive Programming
- Clojure for Machine Learning
- 機器學習微積分一本通(Python版)
- 寫給程序員的Python教程
- jQuery for Designers Beginner's Guide Second Edition
- Learning Puppet
- MATLAB/Simulink與過程控制系統仿真