アットウィキロゴ

おおう

from sklearn.datasets import load_digits
d = load_digits(10)
print(d.data)
最終更新:2018年01月13日 14:01