What is the acceptable offset for mean and standard deviation after StandardScaler transform?

前端 未结 0 408
天命终不由人
天命终不由人 2021-01-22 08:09

I am using sklearn StandardScaler to transform/normalize data, as the following:

scaler = StandardScaler()
data = scaler.fi         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题