How to use datasets.fetch_mldata() in sklearn?

后端 未结 11 2108
半阙折子戏
半阙折子戏 2020-12-30 05:42

I am trying to run the following code for a brief machine learning algorithm:

import re
import argparse
import csv
from collections import Counter
from sklea         


        
11条回答
  •  离开以前
    2020-12-30 05:53

    Looks like the cached data are corrupted. Try removing them and download again (it takes a moment). If not specified differently the data for 'MINST original' should be in

    ~/scikit_learn_data/mldata/mnist-original.mat
    

提交回复
热议问题