- Hands-On Machine Learning with ML.NET
- Jarred Capellman
- 120字
- 2021-06-24 16:43:25
Model training
After feature extraction, you are now prepared to train your model. Model training with ML.NET, thankfully, is very straightforward. Depending on the amount of data extracted in the feature extraction phase, the complexity of the pipeline, and the specifications of the host machine, this step could take several hours to complete. When your pipeline becomes much larger and your model becomes more complex, you may find yourself requiring potentially more compute resources than your laptop or desktop can provide; tooling such as Spark exists to help you scale to n number of nodes.
In Chapter 11, Training and Building Production Models, we will discuss tooling and tips for scaling this step using an easy-to-use open source project.
推薦閱讀
- DevOps Automation Cookbook
- Oracle數據庫從入門到運維實戰
- Internet of Things with Intel Galileo
- FFmpeg入門詳解:音視頻原理及應用
- 實戰Java高并發程序設計(第3版)
- 零基礎學Python網絡爬蟲案例實戰全流程詳解(入門與提高篇)
- Extending Puppet(Second Edition)
- 速學Python:程序設計從入門到進階
- HTML5權威指南
- Python大學實用教程
- JavaScript Concurrency
- Android初級應用開發
- Python深度學習(第2版)
- 算法訓練營:海量圖解+競賽刷題(入門篇)
- JavaScript Mobile Application Development