apple / turicreate

Turi Create simplifies the development of custom machine learning models.
BSD 3-Clause "New" or "Revised" License
11.2k stars 1.14k forks source link

datasets for examples not installed! #3386

Closed projectsUW closed 3 years ago

projectsUW commented 3 years ago

I want to use the examples, but the data is apparently not installed... I search for the data but it is not in my MAC:

import turicreate as tc
songs = tc.SFrame.read_csv("millionsong/song_data.csv")

How may I install the data?

TobyRoseman commented 3 years ago

Information about that dataset can be found here. Unfortunately, I'm not seeing a direct link to that specific file.

We are already tracking missing dataset in #97. So I'm going to close this issue as a duplicate.