- 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.
推薦閱讀
- 從零構建知識圖譜:技術、方法與案例
- Mastering Entity Framework Core 2.0
- 測試驅動開發:入門、實戰與進階
- Java從入門到精通(第4版)
- Java 9 Programming Blueprints
- Python Tools for Visual Studio
- 程序員考試案例梳理、真題透解與強化訓練
- Python機器學習編程與實戰
- Android系統原理及開發要點詳解
- Internet of Things with ESP8266
- Geospatial Development By Example with Python
- Raspberry Pi Robotic Blueprints
- 官方 Scratch 3.0 編程趣味卡:讓孩子們愛上編程(全彩)
- Implementing Microsoft Dynamics NAV(Third Edition)
- 你必須知道的.NET(第2版)