作業七

#導包 import numpy as np from sklearn.datasets import load_iris import matplotlib.pylot as plt data = load_iris() iris = data.data     #計算鳶尾花花瓣長度的最大值,平均值,中值,均方差。 x = np.max(iris) print(x) #最大值 x = np
相關文章
相關標籤/搜索