当前位置:网站首页>Machine learning | simple but feature standardization methods that can improve the effect of the model (comparison and analysis of robustscaler, minmaxscaler, standardscaler)
Machine learning | simple but feature standardization methods that can improve the effect of the model (comparison and analysis of robustscaler, minmaxscaler, standardscaler)
2022-07-03 06:37:00 【Ye Tingyun】
List of articles
One 、 Method resolution

We usually use sklearn Of StandardScaler To standardize the features , But if your data contains outliers , Then the effect may not be good .
The method introduced in this article is called RobustScaler, It can obtain more robust feature scaling results . And StandardScaler Zoom different , Outliers are not included at all RobustScaler In calculation . So in data sets that contain outliers , It is more likely to scale to a near normal distribution .
StandardScaler The calculation formula is as follows ( It's also called standard deviation standardization Z-Score):
x ′ = x − μ σ
边栏推荐
- [open source project recommendation colugomum] this group of undergraduates open source retail industry solutions based on the domestic deep learning framework paddlepadddle
- Heap sort and priority queue
- ODL framework project construction trial -demo
- Some thoughts on machine learning
- 【无标题】5 自用历程
- Understand software testing
- The mechanical hard disk is connected to the computer through USB and cannot be displayed
- Oracle Database Introduction
- [LeetCode]404. 左叶子之和
- Floating menu operation
猜你喜欢

剖析虚幻渲染体系(16)- 图形驱动的秘密

Read blog type data from mysql, Chinese garbled code - solved

ROS+Pytorch的联合使用示例(语义分割)

IE browser flash back, automatically open edge browser

ruoyi接口权限校验

Numerical method for solving optimal control problem (I) -- gradient method

Scroll view specifies the starting position of the scrolling element

论文笔记 VSALM 文献综述《A Comprehensive Survey of Visual SLAM Algorithms》

Project summary --01 (addition, deletion, modification and query of interfaces; use of multithreading)

2022 CISP-PTE(三)命令执行
随机推荐
冒泡排序的简单理解
Printer related problem record
Selenium - by changing the window size, the width, height and length of different models will be different
ODL framework project construction trial -demo
使用conda创建自己的深度学习环境
2022 CISP-PTE(三)命令执行
Zhiniu stock project -- 04
剖析虚幻渲染体系(16)- 图形驱动的秘密
Code management tools
(翻译)异步编程:Async/Await在ASP.NET中的介绍
Project summary --04
The most classic 100 sentences in the world famous works
Simple understanding of bubble sorting
表达式的动态解析和计算,Flee用起来真香
Oracle Database Introduction
Project summary --01 (addition, deletion, modification and query of interfaces; use of multithreading)
About the difference between count (1), count (*), and count (column name)
opencv
卡特兰数(Catalan)的应用场景
ROS+Pytorch的联合使用示例(语义分割)