- Machine Learning for OpenCV
- Michael Beyeler
- 132字
- 2021-07-02 19:47:21
Measuring model performance with scoring functions
One of the most important parts of building a machine learning system is to find a way to measure the quality of the model predictions. In real-life scenarios, a model will rarely get everything right. From earlier chapters, we know that we are supposed to use data from the test set to evaluate our model. But how exactly does that work?
The short, but not very helpful, answer is that it depends on the model. People have come up with all sorts of scoring functions that can be used to evaluate our model in all possible scenarios. The good news is that a lot of them are actually part of scikit-learn's metrics module.
Let's have a quick look at some of the most important scoring functions.
推薦閱讀
- Java應用與實戰
- 深入理解Django:框架內幕與實現原理
- Manga Studio Ex 5 Cookbook
- Go語言高效編程:原理、可觀測性與優化
- 程序員數學:用Python學透線性代數和微積分
- Visual Basic程序設計教程
- 跟老齊學Python:輕松入門
- 實戰Java高并發程序設計(第3版)
- SAP BusinessObjects Dashboards 4.1 Cookbook
- Node.js:來一打 C++ 擴展
- Cybersecurity Attacks:Red Team Strategies
- Android Wear Projects
- PHP 7從零基礎到項目實戰
- Android應用開發實戰
- NGUI for Unity