- Machine Learning Solutions
- Jalaj Thanaki
- 170字
- 2021-08-27 18:53:52
Training the baseline model
In this section, we will perform actual training using the following ML algorithms. This step is time-consuming as it needs more computation power. We use 75% of the training dataset for actual training and 25% of the dataset for testing in order to measure the training accuracy.
You can find the code snippet in the following figure:

Figure 1.52: Code snippet for performing training
In the preceding code snippet, you can see that we performed the actual training operation using the fit()
function from the scikit-learn library. This function uses the given parameter and trains the model by taking the input of the target data attribute and other feature columns.
Once you are done with this step, you'll see that our different ML algorithms generate different trained models. Now it's time to check how good our trained model is when it comes to prediction. There are certain techniques that we can use on 25% of the dataset. In the next section, we will understand these techniques.
- 24小時學會電腦組裝與維護
- FPGA從入門到精通(實戰篇)
- 電腦維護與故障排除傻瓜書(Windows 10適用)
- Effective STL中文版:50條有效使用STL的經驗(雙色)
- 深入淺出SSD:固態存儲核心技術、原理與實戰
- The Deep Learning with Keras Workshop
- CC2530單片機技術與應用
- Arduino BLINK Blueprints
- 單片機技術及應用
- Blender Game Engine:Beginner's Guide
- FPGA實戰訓練精粹
- Raspberry Pi Home Automation with Arduino
- 創客電子:Arduino和Raspberry Pi智能制作項目精選
- 筆記本電腦現場維修實錄
- 多媒體應用技術(第2版)