【发布时间】:2022-02-25 23:39:40
【问题描述】:
如 pg 中所写。 79 Hands-On Machine Learning with Scikit-Learn and Tensorflow,我尝试导入书中告诉我的 MNIST 数据。该代码不起作用,我查看了其他stackoverflow问题和github问题,但这些解决方案都没有奏效,所以我想问是否有人知道解决方案。再次感谢您帮助我解决此问题。
from sklearn.datasets import fetch_mldata
minst = fetch_mldata('MNIST Original')
【问题讨论】:
-
你是如何安装 sklearn 的?
-
@endive1783 我有“scikit-learn-1.0.2”和“scipy-1.8.0”
标签: scikit-learn mnist