当前位置:网站首页>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 − μ σ
边栏推荐
- Scroll view specifies the starting position of the scrolling element
- Local rviz call and display of remote rostopic
- Nacos service installation
- Some thoughts on machine learning
- Use @data in Lombok to simplify entity class code
- Example of joint use of ros+pytoch (semantic segmentation)
- [untitled] 8 simplified address book
- Condition annotation in uni-app realizes cross segment compatibility, navigation jump and parameter transfer, component creation and use, and life cycle function
- 学习笔记 -- k-d tree 和 ikd-Tree 原理及对比
- 【开源项目推荐-ColugoMum】这群本科生基于国产深度学习框架PaddlePadddle开源了零售行业解决方案
猜你喜欢

表达式的动态解析和计算,Flee用起来真香

Yolov3 learning notes

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

这两种驱蚊成份对宝宝有害,有宝宝的家庭,选购驱蚊产品要注意

YOLOV2学习与总结

Redis cluster creation, capacity expansion and capacity reduction

SQL implementation merges multiple rows of records into one row

Scripy learning

(翻译)异步编程:Async/Await在ASP.NET中的介绍

Summary of UI module design and practical application of agent mode
随机推荐
vmware虚拟机C盘扩容
C2338 Cannot format an argument. To make type T formattable provide a formatter<T> specialization:
POI dealing with Excel learning
IE browser flash back, automatically open edge browser
. Net program configuration file operation (INI, CFG, config)
【无标题】
Fluentd facile à utiliser avec le marché des plug - ins rainbond pour une collecte de journaux plus rapide
SQL实现将多行记录合并成一行
The difference between CONDA and pip
Pytorch exercise items
Support vector machine for machine learning
认识弹性盒子flex
Reinstalling the system displays "setup is applying system settings" stationary
远端rostopic的本地rviz调用及显示
剖析虚幻渲染体系(16)- 图形驱动的秘密
Mysql5.7 group by error
论文笔记 VSALM 文献综述《A Comprehensive Survey of Visual SLAM Algorithms》
Use abp Zero builds a third-party login module (I): Principles
golang操作redis:写入、读取hash类型数据
Important knowledge points of redis