Graphlab and SFrame
up vote
0
down vote
favorite
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'
python attributes graphlab sframe
add a comment |
up vote
0
down vote
favorite
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'
python attributes graphlab sframe
Welcome to Stack Overflow. Check the Stack Overflow's help on asking questions first, please. Focus on What topics can I ask about here, What types of questions should I avoid asking?, How to ask a good question, How to create a Minimal, Complete, and Verifiable example and Stack Overflow question checklist.
– Dawid Ferenczy
Nov 8 at 17:22
It's not possible to help you fix your code if you don't share the code with us. It's like asking a mechanic to repair your car without giving him the car.
– Dawid Ferenczy
Nov 8 at 17:23
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
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'
python attributes graphlab 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'
python attributes graphlab sframe
python attributes graphlab sframe
edited Nov 8 at 17:19
James Z
11.1k71735
11.1k71735
asked Nov 8 at 16:36
Ramzan Shahid
11
11
Welcome to Stack Overflow. Check the Stack Overflow's help on asking questions first, please. Focus on What topics can I ask about here, What types of questions should I avoid asking?, How to ask a good question, How to create a Minimal, Complete, and Verifiable example and Stack Overflow question checklist.
– Dawid Ferenczy
Nov 8 at 17:22
It's not possible to help you fix your code if you don't share the code with us. It's like asking a mechanic to repair your car without giving him the car.
– Dawid Ferenczy
Nov 8 at 17:23
add a comment |
Welcome to Stack Overflow. Check the Stack Overflow's help on asking questions first, please. Focus on What topics can I ask about here, What types of questions should I avoid asking?, How to ask a good question, How to create a Minimal, Complete, and Verifiable example and Stack Overflow question checklist.
– Dawid Ferenczy
Nov 8 at 17:22
It's not possible to help you fix your code if you don't share the code with us. It's like asking a mechanic to repair your car without giving him the car.
– Dawid Ferenczy
Nov 8 at 17:23
Welcome to Stack Overflow. Check the Stack Overflow's help on asking questions first, please. Focus on What topics can I ask about here, What types of questions should I avoid asking?, How to ask a good question, How to create a Minimal, Complete, and Verifiable example and Stack Overflow question checklist.
– Dawid Ferenczy
Nov 8 at 17:22
Welcome to Stack Overflow. Check the Stack Overflow's help on asking questions first, please. Focus on What topics can I ask about here, What types of questions should I avoid asking?, How to ask a good question, How to create a Minimal, Complete, and Verifiable example and Stack Overflow question checklist.
– Dawid Ferenczy
Nov 8 at 17:22
It's not possible to help you fix your code if you don't share the code with us. It's like asking a mechanic to repair your car without giving him the car.
– Dawid Ferenczy
Nov 8 at 17:23
It's not possible to help you fix your code if you don't share the code with us. It's like asking a mechanic to repair your car without giving him the car.
– Dawid Ferenczy
Nov 8 at 17:23
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53212198%2fgraphlab-and-sframe%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Welcome to Stack Overflow. Check the Stack Overflow's help on asking questions first, please. Focus on What topics can I ask about here, What types of questions should I avoid asking?, How to ask a good question, How to create a Minimal, Complete, and Verifiable example and Stack Overflow question checklist.
– Dawid Ferenczy
Nov 8 at 17:22
It's not possible to help you fix your code if you don't share the code with us. It's like asking a mechanic to repair your car without giving him the car.
– Dawid Ferenczy
Nov 8 at 17:23