- Hands-On Machine Learning with ML.NET
- Jarred Capellman
- 143字
- 2021-06-24 16:43:25
Model evaluation
Once the model is trained, the last step is to evaluate the model. The typical approach to model evaluation is to hold out a portion of your dataset for evaluation. The idea behind this is to take known data, submit it to your trained model, and measure the efficacy of your model. The critical part of this step is to hold out a representative dataset of your data. If your holdout set is swayed one way or the other, then you will more than likely get a false sense of either high performance or low performance. In the next chapter, we will deep dive into the various scoring and evaluation metrics. ML.NET provides a relatively easy interface to evaluate a model; however, each algorithm has unique properties to verify, which we will review as we deep dive into the various algorithms.
- Machine Learning with R Cookbook(Second Edition)
- GitLab Repository Management
- JavaScript從入門到精通(第3版)
- 軟件測試技術指南
- Visual Basic程序設計實踐教程
- 單片機C語言程序設計實訓100例
- Learning Apache Cassandra
- 愛上micro:bit
- Programming with CodeIgniterMVC
- Scratch3.0趣味編程動手玩:比賽訓練營
- PHP編程基礎與實踐教程
- 編寫高質量代碼:改善Objective-C程序的61個建議
- Python開發基礎
- Backbone.js Testing
- Mastering SciPy