Reputation: 257
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