- Python Machine Learning By Example
- Yuxi (Hayden) Liu
- 138字
- 2021-07-02 22:57:19
Power transformations
Power transforms are functions that we can use to transform numerical features into a more convenient form, for instance to conform better to a normal distribution. A very common transform for values, which vary by orders of magnitude, is to take the logarithm. Taking the logarithm of a zero and negative values is not defined, so we may need to add a constant to all the values of the related feature before taking the logarithm. We can also take the square root for positive values, square the values, or compute any other power we like.
Another useful transform is the Box-Cox transform named after its creators. The Box-Cox transform attempts to find the best power need to transform the original data into data that is closer to the normal distribution. The transform is defined as follows:

- Instant Node Package Manager
- Spring 5企業級開發實戰
- C#完全自學教程
- MySQL 8 DBA基礎教程
- SQL基礎教程(視頻教學版)
- Mastering Apache Spark 2.x(Second Edition)
- Visual FoxPro程序設計習題集及實驗指導(第四版)
- Python自然語言理解:自然語言理解系統開發與應用實戰
- 玩轉.NET Micro Framework移植:基于STM32F10x處理器
- Qt 4開發實踐
- SSH框架企業級應用實戰
- 程序員必會的40種算法
- Less Web Development Cookbook
- SQL Server 2008實用教程(第3版)
- Java核心技術速學版(第3版)