首页
注册
登录
V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请
登录
推荐学习书目
›
Learn Python the Hard Way
Python Sites
›
PyPI
- Python Package Index
›
http://diveintopython.org/toc/index.html
›
Pocoo
值得关注的项目
›
PyPy
›
Celery
›
Jinja2
›
Read the Docs
›
gevent
›
pyenv
›
virtualenv
›
Stackless Python
›
Beautiful Soup
›
结巴中文分词
›
Green Unicorn
›
Sentry
›
Shovel
›
Pyflakes
›
pytest
Python 编程
›
pep8 Checker
Styles
›
PEP 8
›
Google Python Style Guide
›
Code Style from The Hitchhiker's Guide
V2EX
›
Python
sklearn 的 mldata 数据集无法下载
livc
·
livc
·
2016-08-11 22:42:31 +08:00
· 2786 次点击
这是一个创建于 3086 天前的主题,其中的信息可能已经有所发展或是发生改变。
是服务器的问题?感觉不应该呀
mldata
sklearn
服务器
下载
3 条回复
•
2016-08-14 11:25:56 +08:00
1
menc
2016-08-12 02:09:50 +08:00
就是网络问题, mnist dataset 网上到处都有,自己下一个就好了
2
yizhitao
2016-08-14 11:10:56 +08:00
我用 sklearn 下特别慢,手动下或者用其他包的,比如
···python
from keras.datasets import mnist
(X_train, y_train), (X_test, y_test) = mnist.load_data()
···
3
livc
OP
2016-08-14 11:25:56 +08:00
@
yizhitao
貌似是服务器的问题,我第二天早上再下就好了。
@
menc
没有自己下是因为不知道这份代码的格式,下载完发现是 mat 后缀的,去 github 上随便搜一下就有了。名字是 mnist-original.mat
关于
·
帮助文档
·
博客
·
API
·
FAQ
·
实用小工具
·
5276 人在线
最高记录 6679
·
Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 29ms ·
UTC 06:44
·
PVG 14:44
·
LAX 22:44
·
JFK 01:44
Developed with
CodeLauncher
♥ Do have faith in what you're doing.