- Python Machine Learning Blueprints
- Alexander Combs Michael Roman
- 122字
- 2021-07-02 13:49:35
Modeling
Once the data preparation is complete, the next phase is modeling. Here, you will be selecting an appropriate algorithm and using the data to train your model. There are a number of best practices to adhere to during this stage, and we will discuss them in detail, but the basic steps involve splitting your data into training, testing, and validation sets. This splitting up of the data may seem illogical—especially when more data typically yields better models—but as we'll see, doing this allows us to get better feedback on how the model will perform in the real world, and prevents us from the cardinal sin of modeling: overfitting. We will talk more about this in later chapters.
推薦閱讀
- 顯卡維修知識精解
- Instant uTorrent
- 深入淺出SSD:固態(tài)存儲核心技術(shù)、原理與實戰(zhàn)
- 電腦常見故障現(xiàn)場處理
- 深入淺出SSD:固態(tài)存儲核心技術(shù)、原理與實戰(zhàn)(第2版)
- Learning Game Physics with Bullet Physics and OpenGL
- 微服務(wù)分布式架構(gòu)基礎(chǔ)與實戰(zhàn):基于Spring Boot + Spring Cloud
- VCD、DVD原理與維修
- 微軟互聯(lián)網(wǎng)信息服務(wù)(IIS)最佳實踐 (微軟技術(shù)開發(fā)者叢書)
- Spring Cloud微服務(wù)架構(gòu)實戰(zhàn)
- Arduino BLINK Blueprints
- Machine Learning with Go Quick Start Guide
- 筆記本電腦維修300問
- RISC-V處理器與片上系統(tǒng)設(shè)計:基于FPGA與云平臺的實驗教程
- Java Deep Learning Cookbook