Ramzan Shahid
Ramzan Shahid

Reputation: 257

Graphlab and SFrame

I am taking a course on Machine Learning in which GraphLab and SFrame are being used for data manipulation and loading. When I try to load data using SFrame then I get this error:

AttributeError Traceback (most recent call last) in () ----> 1 sf = graphlab.SFrame('people-example.csv')

AttributeError: 'module' object has no attribute 'SFrame'

Upvotes: 0

Views: 118

Answers (0)

Related Questions