- Feature Engineering Made Easy
- Sinan Ozdemir Divya Susarla
- 166字
- 2021-06-25 22:45:51
Evaluation of machine learning algorithms and feature engineering procedures
It is important to note that in literature, oftentimes there is a stark contrast between the terms features and attributes. The term attribute is generally given to columns in tabular data, while the term feature is generally given only to attributes that contribute to the success of machine learning algorithms. That is to say, some attributes can be unhelpful or even hurtful to our machine learning systems. For example, when predicting how long a used car will last before requiring servicing, the color of the car will probably not very indicative of this value.
In this book, we will generally refer to all columns as features until they are proven to be unhelpful or hurtful. When this happens, we will usually cast those attributes aside in the code. It is extremely important, then, to consider the basis for this decision. How does one evaluate a machine learning system and then use this evaluation to perform feature engineering?
- 數據庫應用實戰
- Developing Mobile Games with Moai SDK
- Test-Driven Development with Mockito
- InfluxDB原理與實戰
- Lean Mobile App Development
- INSTANT Cytoscape Complex Network Analysis How-to
- gnuplot Cookbook
- 企業級容器云架構開發指南
- 一本書講透Elasticsearch:原理、進階與工程實踐
- 智慧城市中的大數據分析技術
- Oracle 11g+ASP.NET數據庫系統開發案例教程
- Spring Boot 2.0 Cookbook(Second Edition)
- 數字化轉型方法論:落地路徑與數據中臺
- Configuration Management with Chef-Solo
- 實用數據結構基礎(第四版)