- Machine Learning with Swift
- Alexander Sosnovshchenko
- 154字
- 2021-06-24 18:54:51
Data preprocessing
The useful information in the data is usually referred to as a signal. On the other hand, the pieces of data that represent errors of different kinds and irrelevant data are known as noise. Errors can occur in the data during measurements, information transmission, or due to human errors. The goal of data cleansing procedures is to increase the signal/noise ratio. During this stage, you will usually transform all data to one format, delete entries with missed values, and check suspicious outliers (they can be both noise and signal). It is widely believed among ML engineers, that the data preprocessing stage usually consumes 90% of the time allocated for the ML project. Then, algorithm tweaking consumes another 90% of time. This statement is a joke only partially (about 10% of it). In Chapter 13, Best Practices, we are going to discuss common problems with the data and how to fix them.
- 電腦維護(hù)與故障排除傻瓜書(Windows 10適用)
- Effective STL中文版:50條有效使用STL的經(jīng)驗(雙色)
- 辦公通信設(shè)備維修
- 精選單片機(jī)設(shè)計與制作30例(第2版)
- 計算機(jī)組裝與維護(hù)(第3版)
- Practical Machine Learning with R
- STM32嵌入式技術(shù)應(yīng)用開發(fā)全案例實踐
- 單片機(jī)系統(tǒng)設(shè)計與開發(fā)教程
- 單片機(jī)技術(shù)及應(yīng)用
- 基于PROTEUS的電路設(shè)計、仿真與制板
- 電腦組裝與維護(hù)即時通
- WebGL Hotshot
- FPGA實驗實訓(xùn)教程
- Instant Website Touch Integration
- 微服務(wù)架構(gòu)基礎(chǔ)(Spring Boot+Spring Cloud+Docker)