会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Loading
Christopher·Yougn Blog
博客园
首页
新随笔
联系
订阅
管理
2022年2月22日
Python——sklearn.preprocessing.StandardScaler()
摘要: # StandardScaler类是一个用来对数据进行归一化和标准化的类。 import numpy as np from sklearn.preprocessing import StandardScaler ''' scale_: 缩放比例,同时也是标准差 mean_: 每个特征的平均值 var
阅读全文
posted @ 2022-02-22 15:46 Christopher·阳
阅读(1103)
评论(0)
推荐(0)
编辑
公告