- 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.
推薦閱讀
- R Machine Learning By Example
- Dreamweaver 8中文版商業(yè)案例精粹
- 最簡數(shù)據(jù)挖掘
- AWS Certified SysOps Administrator:Associate Guide
- 大數(shù)據(jù)技術(shù)與應(yīng)用
- Pentaho Analytics for MongoDB
- 精通LabVIEW程序設(shè)計
- HBase Essentials
- 數(shù)據(jù)要素:全球經(jīng)濟(jì)社會發(fā)展的新動力
- 數(shù)字多媒體技術(shù)基礎(chǔ)
- Embedded Linux Development using Yocto Projects(Second Edition)
- PyTorch深度學(xué)習(xí)
- 基于Quartus Ⅱ的數(shù)字系統(tǒng)Verilog HDL設(shè)計實(shí)例詳解
- 洞察大數(shù)據(jù)價值:SAS編程與數(shù)據(jù)挖掘
- 白話機(jī)器學(xué)習(xí)算法