graphlab - IOError when uploading the data -


is there data size limits in graphlab? have ioerror when try link file.

products = graphlab.sframe('c:\machine learning\week3\amazon_baby.gl/') 

screen

as in picture, can see file amazon_baby.gl not found. suggest rename folder machine learning 1 word machinelearning , try again. in many cases, space creates problems.

you can right click on amazon_baby.gl folder , copy path , paste

products = graphlab.sframe(' _____path______') 

Comments