- Python Machine Learning By Example
- Yuxi (Hayden) Liu
- 131字
- 2021-07-02 12:41:36
Binning
Sometimes, it's useful to separate feature values into several bins. For example, we may be only interested whether it rained on a particular day. Given the precipitation values, we can binarize the values, so that we get a true value if the precipitation value isn't zero and a false value otherwise. We can also use statistics to divide values into high, low, and medium bins. In marketing, we often care more about the age group, such as 18 to 24, than a specific age such as 23.
The binning process inevitably leads to loss of information. However, depending on your goals, this may not be an issue, and actually reduces the chance of overfitting. Certainly, there will be improvements in speed and reduction of memory or storage requirements and redundancy.
- 樂高機器人:WeDo編程與搭建指南
- 3D Printing with RepRap Cookbook
- 計算機應用復習與練習
- 工業機器人工程應用虛擬仿真教程:MotoSim EG-VRC
- Implementing Oracle API Platform Cloud Service
- SMS 2003部署與操作深入指南
- Working with Linux:Quick Hacks for the Command Line
- Linux系統下C程序開發詳解
- HBase Essentials
- Hands-On DevOps
- 新一代人工智能與語音識別
- 數字多媒體技術與應用實例
- 運動控制系統
- Wireshark Revealed:Essential Skills for IT Professionals
- SQL語言與數據庫操作技術大全