- 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.
推薦閱讀
- ASP.NET Core:Cloud-ready,Enterprise Web Application Development
- C++案例趣學
- Mastering Entity Framework
- 區(qū)塊鏈架構與實現(xiàn):Cosmos詳解
- Designing Hyper-V Solutions
- Practical Windows Forensics
- Learning Unity 2D Game Development by Example
- 低代碼平臺開發(fā)實踐:基于React
- Node.js:來一打 C++ 擴展
- Instant Lucene.NET
- Learning Apache Cassandra
- 計算機應用基礎案例教程
- 匯編語言編程基礎:基于LoongArch
- C++程序設計教程(第2版)
- Web前端開發(fā)技術:HTML、CSS、JavaScript