アットウィキロゴ

q233

from sklearn.datasets import load_digits
d = load_digits(10)
print(d.data)
print(d.target)
print(d.data.shape)
最終更新:2017年12月16日 00:03