- 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.
- 深入理解Android(卷I)
- Python快樂(lè)編程:人工智能深度學(xué)習(xí)基礎(chǔ)
- 自己動(dòng)手實(shí)現(xiàn)Lua:虛擬機(jī)、編譯器和標(biāo)準(zhǔn)庫(kù)
- PHP 7底層設(shè)計(jì)與源碼實(shí)現(xiàn)
- Java Web程序設(shè)計(jì)
- Java深入解析:透析Java本質(zhì)的36個(gè)話題
- Reactive Programming With Java 9
- Amazon S3 Cookbook
- Hands-On Enterprise Automation with Python.
- Hands-On Swift 5 Microservices Development
- Statistical Application Development with R and Python(Second Edition)
- HoloLens與混合現(xiàn)實(shí)開(kāi)發(fā)
- PHP編程基礎(chǔ)與實(shí)踐教程
- C++ Application Development with Code:Blocks
- Java程序設(shè)計(jì)與項(xiàng)目案例教程