11

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

 3 years ago
source link: https://stackoverflow.com/questions/38938236/attributeerror-module-object-has-no-attribute-sframe
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client
AttributeError: 'module' object has no attribute 'SFrame'

I am taking ML course in Coursera and I have installed GraphLab Create and ipython notebook.I am new to ML and python.

I get the following error,

import graphlab
sf = graphlab.SFrame('people-example.csv')

AttributeError Traceback (most recent call last) in ()

----> 1 sf = graphlab.SFrame('people-example.csv')

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

How do I fix this error?I have the people-example.csv in the correct path and no spelling mistake on SFrame Any help is greatly appreciated.Thank you.


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK