- Mastering Machine Learning with R
- Cory Lesmeister
- 151字
- 2021-07-09 21:28:18
Data preparation
Almost there! This step has the following five tasks:
- Select the data
- Clean the data
- Construct the data
- Integrate the data
- Format the data
These tasks are relatively self-explanatory. The goal is to get the data ready to input in the algorithms. This includes merging, feature engineering, and transformations. If imputation is needed, then it happens here as well. Additionally, with R, pay attention to how the outcome needs to be labeled. If your outcome/response variable is Yes/No, it may not work in some packages and will require a transformed or no variable with 1/0. At this point, you should also break your data into the various test sets if applicable: train, test, or validate. This step can be an unforgivable burden, but most experienced people will tell you that it is where you can separate yourself from your peers. With this, let's move on to the money step.
- UNIX編程藝術
- LabVIEW 2018 虛擬儀器程序設計
- Python數據可視化之Matplotlib與Pyecharts實戰
- Working with Odoo
- SQL Server與JSP動態網站開發
- Mastering AWS Security
- 零代碼實戰:企業級應用搭建與案例詳解
- 大學計算機基礎
- Python趣味編程與精彩實例
- Data Science Algorithms in a Week
- Mastering VMware Horizon 7(Second Edition)
- Python預測分析與機器學習
- jQuery Mobile Web Development Essentials(Second Edition)
- 企業級Java現代化:寫給開發者的云原生簡明指南
- Linux Networking Cookbook