- Mastering Machine Learning with R
- Cory Lesmeister
- 146字
- 2021-07-02 13:46:20
Summary
This chapter looked at the common problems in large, messy datasets common in machine learning projects. These include, but are not limited to the following:
- Missing or invalid values
- Novel levels in a categorical feature that show up in algorithm production
- High cardinality in categorical features such as zip code
- High dimensionality
- Duplicate observations
This chapter provided a disciplined approach to dealing with these problems by showing how to explore the data, treat it, and create a dataframe that you can use for developing your learning algorithm. It's also flexible enough that you can modify the code to suit your circumstances. This methodology should make what many feels is the most arduous, time-consuming, and least enjoyable part of the job an easy task.
With this task behind us, we can now get started on our first modeling task using linear regression in the following chapter.
推薦閱讀
- 大數(shù)據(jù)技術(shù)與應(yīng)用基礎(chǔ)
- Ansible Configuration Management
- Machine Learning for Cybersecurity Cookbook
- Python Data Science Essentials
- Learning C for Arduino
- 內(nèi)模控制及其應(yīng)用
- RedHat Linux用戶基礎(chǔ)
- 零起點(diǎn)學(xué)西門子S7-200 PLC
- 與人共融機(jī)器人的關(guān)節(jié)力矩測量技術(shù)
- 電氣控制及Micro800 PLC程序設(shè)計(jì)
- 樂高創(chuàng)意機(jī)器人教程(中級 上冊 10~16歲) (青少年iCAN+創(chuàng)新創(chuàng)意實(shí)踐指導(dǎo)叢書)
- Raspberry Pi Projects for Kids
- Practical Internet of Things with JavaScript
- 計(jì)算機(jī)導(dǎo)論:實(shí)訓(xùn)篇(第2版)
- OpenGL Development Cookbook