Why sklearn MinMaxScaler() could return value beyond the defined range (e.g. 0 -1), and not returning an error?

前端 未结 0 1645
庸人自扰
庸人自扰 2020-12-06 19:39

When I use sklearn MinMaxScaler(), I noticed some interesting behavior which shown in the following code.

>>> from sklearn.preprocessing import MinMa         


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