how can we remove outliers using zscore method?

前端 未结 0 1484
北海茫月
北海茫月 2021-02-03 13:09

I want to remove outliers from a dataset which is having 300 rows an 20 columns. I tried the foloowing code but its showing some error.

from scipy import stats z=np.abs(s

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