- 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.
推薦閱讀
- Intel FPGA/CPLD設(shè)計(jì)(基礎(chǔ)篇)
- Cortex-M3 + μC/OS-II嵌入式系統(tǒng)開發(fā)入門與應(yīng)用
- Effective STL中文版:50條有效使用STL的經(jīng)驗(yàn)(雙色)
- 3ds Max Speed Modeling for 3D Artists
- INSTANT ForgedUI Starter
- CC2530單片機(jī)技術(shù)與應(yīng)用
- OpenGL Game Development By Example
- Creating Flat Design Websites
- Internet of Things Projects with ESP32
- 筆記本電腦維修實(shí)踐教程
- 深入理解序列化與反序列化
- 嵌入式系統(tǒng)設(shè)計(jì)大學(xué)教程(第2版)
- UML精粹:標(biāo)準(zhǔn)對(duì)象建模語言簡明指南(第3版)
- 基于S5PV210處理器的嵌入式開發(fā)完全攻略
- 從企業(yè)級(jí)開發(fā)到云原生微服務(wù):Spring Boot實(shí)戰(zhàn)