- Hands-On Machine Learning with ML.NET
- Jarred Capellman
- 143字
- 2021-06-24 16:43:28
Creating a process
Over the course of this book and your own explorations, you will gather sample data, build models, and try various applications. Establishing a process early on to keep these elements organized will make things easier in the long run. Here are a few suggestions to keep in mind:
- Always use source control for all of your code.
- Ensure that test and training sets are named properly in their own folders (versioned if possible).
- Versioning models with both naming and source control.
- Retain evaluation metrics in a spreadsheet along with the parameters used.
As you develop your skillset and create more complex problems, additional tooling such as Apache Spark or other clustering platforms will more than likely be required. We will discuss this in Chapter 11, Training and Building Production Models, along with other suggestions on training at scale.
推薦閱讀
- Mastering JavaScript Functional Programming
- Google Apps Script for Beginners
- JSP網絡編程(學習筆記)
- 機器學習系統:設計和實現
- C++面向對象程序設計(微課版)
- Mastering phpMyAdmin 3.4 for Effective MySQL Management
- Visual Basic程序設計教程
- C語言程序設計教程(第2版)
- Raspberry Pi for Secret Agents(Third Edition)
- RTC程序設計:實時音視頻權威指南
- JavaScript by Example
- Hands-On Microservices with Kotlin
- Go并發編程實戰
- AppInventor實踐教程:Android智能應用開發前傳
- Getting Started with Laravel 4