- Hands-On Machine Learning with ML.NET
- Jarred Capellman
- 220字
- 2021-06-24 16:43:36
R-squared
R-squared, also called the coefficient of determination, is another method of representing how accurate the prediction is compared to the test set. R-squared is calculated by taking the sum of the distance between every data point and the mean squared, subtracting them and then squaring it.
R-squared values generally range between 0 and 1, represented as a floating-point value. A negative value can occur when the fitted model is evaluated to be worse than an average fit. However, a low number does not always reflect that the model is bad. Predictions such as the one we looked at in this chapter that is based on predicting human actions are often found to be under 50%.
Conversely, higher values aren't necessarily a sure sign of the model's performance, as this could be considered an overfitting of the model. This happens in cases when there are a lot of features fed to the model, thereby making the model more complex than, for instance, the model we built in Chapter 1, Getting Started with Machine Learning and ML.NET, or there is simply not enough diversity in the training and test sets. For example, if all of the employees were roughly the same values, and the test set holdout was comprised of the same ranges of values, this would be considered overfitting.
- Learning Single:page Web Application Development
- The Modern C++ Challenge
- Java開發入行真功夫
- 新編Premiere Pro CC從入門到精通
- Python應用輕松入門
- C#程序設計基礎:教程、實驗、習題
- Elasticsearch Server(Third Edition)
- VMware虛擬化技術
- Getting Started with LLVM Core Libraries
- 單片機C語言程序設計實訓100例
- Mastering openFrameworks:Creative Coding Demystified
- RESTful Java Web Services(Second Edition)
- Linux Shell核心編程指南
- Python深度學習原理、算法與案例
- 軟件測試教程