- 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:

- Java程序設計(慕課版)
- Reporting with Visual Studio and Crystal Reports
- JavaScript+jQuery網頁特效設計任務驅動教程(第2版)
- Scala Design Patterns
- 樂高機器人設計技巧:EV3結構設計與編程指導
- HTML5+CSS3+JavaScript Web開發案例教程(在線實訓版)
- 劍指Java:核心原理與應用實踐
- Java語言程序設計教程
- Spring+Spring MVC+MyBatis從零開始學
- Java并發編程:核心方法與框架
- Python 3 Object:oriented Programming(Second Edition)
- Kotlin進階實戰
- Deep Learning for Natural Language Processing
- INSTANT Premium Drupal Themes
- Developing Java Applications with Spring and Spring Boot