- 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?
- 大數(shù)據(jù)可視化
- SQL查詢:從入門到實踐(第4版)
- 數(shù)據(jù)驅(qū)動設(shè)計:A/B測試提升用戶體驗
- 高維數(shù)據(jù)分析預(yù)處理技術(shù)
- 數(shù)據(jù)庫原理與應(yīng)用
- Hadoop大數(shù)據(jù)開發(fā)案例教程與項目實戰(zhàn)(在線實驗+在線自測)
- Oracle數(shù)據(jù)庫管理、開發(fā)與實踐
- SQL Server 2012實施與管理實戰(zhàn)指南
- Visual FoxPro數(shù)據(jù)庫技術(shù)基礎(chǔ)
- 數(shù)據(jù)庫應(yīng)用系統(tǒng)技術(shù)
- Spring Boot 2.0 Cookbook(Second Edition)
- Artificial Intelligence for Big Data
- 數(shù)字化轉(zhuǎn)型方法論:落地路徑與數(shù)據(jù)中臺
- ORACLE 11g權(quán)威指南
- MySQL核心技術(shù)手冊