檢視與處理 Outliers? Day_009_HW
2019/09/06 上午 00:19
機器學習共學討論版
徐志鈞
觀看數:20
回答數:2
收藏數:0
ml100-3-d9
ml100-3
請提示如何檢視這些欄位的數值範圍?
# 檢視這些欄位的數值範圍
for col in numeric_columns:
"""
Your CODE HERE, make the box plot
"""
plt.show()
回答列表
-
2019/09/06 上午 09:43yingjou贊同數:0不贊同數:0留言數:0
dtype_select = [np.dtype('int64'), np.dtype('float64')]
-
2019/09/06 下午 10:18張維元 (WeiYuan)贊同數:0不贊同數:0留言數:0
請提示如何檢視這些欄位的數值範圍?
=> 如果註解的提示,可以畫 box plot 哦!不太確定你要問的問題是什麼?