シェア
特徴量選択では「その特徴量により目的変数間の差があるか」を分散分析を用いて求め、特徴量の…
インポートimport numpy as npimport scipy.stats 最大値、最小値# 最大値np.max(data)# 最小…