- 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.
- C++程序設計教程
- The Modern C++ Challenge
- Rust實戰
- ASP.NET Core 5.0開發入門與實戰
- The React Workshop
- Spring Boot進階:原理、實戰與面試題分析
- 零基礎學Python網絡爬蟲案例實戰全流程詳解(入門與提高篇)
- Oracle 18c 必須掌握的新特性:管理與實戰
- Oracle GoldenGate 12c Implementer's Guide
- Android開發三劍客:UML、模式與測試
- 時空數據建模及其應用
- Mastering VMware Horizon 7(Second Edition)
- Selenium WebDriver Practical Guide
- R語言數據分析從入門到實戰
- 歐姆龍PLC編程指令與梯形圖快速入門