Handson-ml: Trouble with fetch_openml

Created on 20 Sep 2020  路  3Comments  路  Source: ageron/handson-ml

Hi! I was having trouble with fetch_openml. Here is the code line and the Error message :
Code : mnist = fetch_openml(dataname="MNIST original")
Error : TypeError: fetch_openml() got an unexpected keyword argument 'dataname'
I tried to change the name, but that didn't help.
Does anyone know how I can fix this Error?

Most helpful comment

Never mind

All 3 comments

@GiaGoswami if you want to use mnist you could do this mnist = fetch_openml('mnist_784', version = 1)

Thank you.

Never mind

Was this page helpful?
0 / 5 - 0 ratings