小编Swa*_*har的帖子

从sklearn数据集下载的MNIST数据显示超时错误

我是ML的新手,正在尝试下载MNIST数据。我使用的代码是:

from sklearn.datasets import fetch_mldata
mnist = fetch_mldata('MNIST original')
Run Code Online (Sandbox Code Playgroud)

但是,它给出了一个错误:

TimeoutError: [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
Run Code Online (Sandbox Code Playgroud)

谁能帮我解决这个问题?

python scikit-learn mnist

2
推荐指数
2
解决办法
4216
查看次数

标签 统计

mnist ×1

python ×1

scikit-learn ×1