アットウィキロゴ

てstr

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