Home > other >  ~ sklearn fetch_openml function problem
~ sklearn fetch_openml function problem

Time:03-12

Excuse me each prawn, the code is as follows:
X, y=fetch_openml (' mnist_784, version=1, return_X_y=True, cache=True)

Why run code twice, the second will not directly read data from the local cache, every time want to download from the web site?
  • Related