- Mastering Machine Learning on AWS
- Dr. Saket S.R. Mengle Maximo Gurmendez
- 139字
- 2021-06-24 14:23:13
Continuous features
Continuous features can have infinite possible values. Unlike nominal and ordinal features, which can only have a discrete set of values, continuous variables are numerical variables, and are not compatible with some ML algorithms. However, continuous features can be converted into ordinal features using a technique called discretization.
Although we will not discuss techniques to transform features from one form to another here, we will demonstrate how it can be done in our example sections. We have selected example datasets in this book where feature transformation is required. You should not only learn about these various transformation techniques from this book, but also observe how a data scientist analyzes a dataset and uses specific feature transformation techniques based on the application. We have also provided examples to apply these techniques at scale in Python and AWS SageMaker.
- Intel FPGA/CPLD設計(基礎篇)
- 零點起飛學Xilinx FPG
- Learning Cocos2d-x Game Development
- 電腦軟硬件維修大全(實例精華版)
- Effective STL中文版:50條有效使用STL的經驗(雙色)
- Intel FPGA/CPLD設計(高級篇)
- 微服務分布式架構基礎與實戰:基于Spring Boot + Spring Cloud
- 計算機組裝與維修技術
- 嵌入式系統中的模擬電路設計
- 面向對象分析與設計(第3版)(修訂版)
- 單片機開發與典型工程項目實例詳解
- Blender Quick Start Guide
- Python Machine Learning Blueprints
- 計算機電路基礎(第2版)
- Angular 6 by Example