- 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.
推薦閱讀
- Monkey Game Development:Beginner's Guide
- Vue.js快跑:構建觸手可及的高性能Web應用
- Mastering QGIS
- 軟件測試工程師面試秘籍
- UML+OOPC嵌入式C語言開發精講
- 單片機應用技術
- C++ 從入門到項目實踐(超值版)
- R Deep Learning Cookbook
- Learning SciPy for Numerical and Scientific Computing(Second Edition)
- Node.js:來一打 C++ 擴展
- 編程與類型系統
- Oracle GoldenGate 12c Implementer's Guide
- C++反匯編與逆向分析技術揭秘(第2版)
- App Inventor創意趣味編程進階
- NGUI for Unity