- Python Data Analysis Cookbook
- Ivan Idris
- 76字
- 2021-07-14 11:05:47
Chapter 4. Dealing with Data and Numerical Issues
The recipes in this chapter are as follows:
- Clipping and filtering outliers
- Winsorizing data
- Measuring central tendency of noisy data
- Normalizing with the Box-Cox transformation
- Transforming data with the power ladder
- Transforming data with logarithms
- Rebinning data
- Applying
logit()
to transform proportions - Fitting a robust linear model
- Taking variance into account with weighted least squares
- Using arbitrary precision for optimization
- Using arbitrary precision for linear algebra
推薦閱讀
- Raspberry Pi for Python Programmers Cookbook(Second Edition)
- 精通JavaScript+jQuery:100%動態網頁設計密碼
- Python for Secret Agents:Volume II
- 樂學Web編程:網站制作不神秘
- C語言程序設計教程(第2版)
- Serverless架構
- Spring Boot企業級項目開發實戰
- Java EE核心技術與應用
- 大數據分析與應用實戰:統計機器學習之數據導向編程
- Scala Reactive Programming
- C#程序設計教程(第3版)
- Python計算機視覺和自然語言處理
- Modernizing Legacy Applications in PHP
- Functional Python Programming
- MongoDB Cookbook