Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [sframe]

SFrame is a tabular data structure used to store millions of rows of data that do not necessarily fit into memory for analysis.

sframe
0 votes
1 answer
59 views

ValueError when calling activity_classifier.create(...) method

I am using TuriCreate to create model to classify a human activity, but I get error when I try to run activity_classifier.create(...) method. Code This is what I did: Load all data: train_sf = tc....
Mushu's user avatar
  • 41
2 votes
1 answer
459 views

Get all the data in a cell in Sframe

I am supposed to find data related to a particular value given for a column. I am given the corresponding value in col1 and need the relevant data from col2. I ran the following code using turicreate. ...
sleepy's user avatar
  • 23
3 votes
1 answer
1k views

How to load sframe format file in pandas?

Is there any way to directly open .sframe extension file in pandas. Like an easy way df = pd.read_csv('people.sframe') Thank you.
user avatar
3 votes
1 answer
459 views

How to create an SFrame compatible with TuriCreate for object detection task

I am trying to create an SFrame containing images and bounding boxes' coordinates, in order to perform object detection using TuriCreate. I have created my own dataset by IBM Cloud Annotations, ...
Simone's user avatar
  • 4,900
1 vote
2 answers
4k views

How to load SFrame directory archive data into Jupyter Notebook?

I am doing a Machine Learning Course on coursera and I am unable to load the data required for the assignment. I was supposed to download the zip file and use it on jupyter notebook. I gather it is a ...
Shrunjala's user avatar
2 votes
3 answers
287 views

How to extract rows with non-zeros column values?

Given a tsv file like this: doc_id/query_id 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 ...
alvas's user avatar
  • 120k
0 votes
0 answers
117 views

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 ...
Ramzan Shahid's user avatar
3 votes
2 answers
929 views

graphlab.SFrame.show() Error: Requested port is unavailable: None

upon entering the command: graphlab.show(); I get the following error: Error: Requested port is unavailable: None So, I tried to set the port by typing: gl.canvas.set_target('ipynb', 8888). ...
Bakhtawar's user avatar
  • 107
-2 votes
1 answer
40 views

How do i remove this error?

I am trying to count the number of times the word 'awesome' has been used in the dictionary and use that function in order to apply it on an SFrame data. but i keep getting an error stating -local ...
Shiv Mistry's user avatar
0 votes
1 answer
4k views

Read csv to sframe in google colab

I have created a new notebook of python 2 on google-colaboratory and installed sframe(!pip install sframe) but I'm unable to read the CSV file in sframe. Any help?
Vijay Pandit's user avatar
0 votes
1 answer
177 views

Graphlab Sframes - How to retain all columns in groupby

I have a sframe where I want to do a groupby with some operator on a column. But, this returns an sframe only with key columns specified. How can I do the operation on some columns, but keep all the ...
Dreams's user avatar
  • 6,042
1 vote
1 answer
764 views

graphlab - sframe : How to remove rows which have same ids and condition on a column?

I have a graphlab sframe dataframe where few rows have similar id value in "uid" column. | VIM Document Type | Vendor Number & Zone | Value <5000 or >5000 | Today Status | +----------------...
Dreams's user avatar
  • 6,042
1 vote
2 answers
143 views

Stacking an array of lists in pandas / SFrame stack equivalent in Pandas

Is there a SFrame stack equivalent in pandas dataframes? Pandas' own stack works only with levels whereas I am looking for expanding a single column at the same level as others which contains lists. ...
Ankit Goel's user avatar
1 vote
2 answers
713 views

What is use of SFrame.materialize() in Graphlab?

When I was trying to get the rows of my dataset belonging to column of userid =1 through graphlab's sframe datastructure, sf[sf['userid'] == 1], I got the rows,however I also got this message, [? ...
hgr's user avatar
  • 318
0 votes
1 answer
3k views

Problems installing sFrame package

In this moment I have problems installing this package from github https://github.com/turi-code/SFrame I use a windows 10, it is to python version 2.7 I Tried to use pip install https://github.com/...
lnvrl's user avatar
  • 1

15 30 50 per page
1
2 3 4 5 6