1. 导入from sklearn import datasetsdigits = datasets.load_digits()2. 属性查看digits: bunch类型print(digits.keys())dict_keys(['data', 'target', ...
確定! 回上一頁