Getting an error when calculating Z score

前端 未结 0 714
半阙折子戏
半阙折子戏 2021-02-04 10:10

I am trying to find the outliers in my dataset and remove them. So I did the following:

z_scores = stats.zscore(dataset_sex)
abs_z_scores = np.abs(z_scores)
filte         


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