Questions tagged [graphlab]

GraphLab Create is a Python library, backed by a C++ engine, for quickly building large-scale, high-performance data products.

GraphLab Create is a Python library, backed by a C++ engine, for quickly building large-scale, high-performance data products. GraphLab Create has been renamed to Turi Create, more recent versions of which are open source.

Some key features of GraphLab Create are:

  • Analyze terabyte scale data at interactive speeds, on your desktop.
  • A Single platform for tabular data, graphs, text, and images.
  • State of the art machine learning algorithms including deep learning, boosted trees, and factorization machines.
  • Run the same code on your laptop or in a distributed system, using a Hadoop Yarn or EC2 cluster.
  • Focus on tasks or machine learning with the flexible API.
  • Easily deploy data products in the cloud using Predictive Services.
  • Visualize data for exploration and production monitoring.
223 questions
62
votes
4 answers

conda stuck on Proceed ([y]/n)? when updating packages in ipython console

I just downloaded Anaconda 4.2.0 (with python 3.5.2) for Mac OS X. Whenever I try to update any packages etc, my ipython console presents the package dependencies and displays "Proceed ([y]/n)?" but does not take any inputs. E.g. I press enter, or…
Aby
  • 621
  • 1
  • 5
  • 5
22
votes
2 answers

graphlab-create 2.1 installation fails to uninstall 'certifi', a distutils installed project

I have installed Anaconda3 on a Windows 8.1 Laptop and wanted to install GraphLab-Create 2.1. When I follow the Installation procedure from Turi, an Anaconda2 is installed as well, which is not what I want. From within Anaconda3 Navigator 1.8.3 I…
Felix
  • 323
  • 1
  • 2
  • 6
14
votes
7 answers

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…
Lotus
  • 225
  • 1
  • 4
  • 13
13
votes
1 answer

Graphlab commercial license

Is anyone using Graphlab machine learning modules with a commercial license ? I cannot find any information about a commercial license on their website since they got acquired by Apple. Thanks, Ashish
A. Page
  • 133
  • 5
13
votes
4 answers

Sampling a dataframe based on a given distribution

How can I sample a pandas dataframe or graphlab sframe based on a given class\label distribution values eg: I want to sample an data frame having a label\class column to select rows such that each class label is equally fetched thereby having a…
stackit
  • 3,036
  • 9
  • 34
  • 62
8
votes
3 answers

How can I use `apply` with a function that takes multiple inputs

I have a function that has multiple inputs, and would like to use SFrame.apply to create a new column. I can't find a way to pass two arguments into SFrame.apply. Ideally, it would take the entry in the column as the first argument, and I would…
user3600497
  • 1,621
  • 1
  • 18
  • 22
8
votes
11 answers

GraphLab Create "ImportError: No module named graphlab"

I followed these instructions to set up GraphLab on my Ubuntu machine. At the end, I opened Python 2.7.6 and ran the first of the test lines import graphlab as gl. This gave me Traceback (most recent call last): File "", line 1, in…
zkurtz
  • 3,230
  • 7
  • 28
  • 64
7
votes
2 answers

String object to dateTime object in SFrame

I have a huge dataset of around 20gb. I have read the data using graphlab.SFrame.read_csv(). I have a date column which is read as string in the format yyyy-dd-mm. But i want the column to be read as a datetime object. How can I do it? I understand…
Dreams
  • 5,854
  • 9
  • 48
  • 71
6
votes
3 answers

Issues downloading Graphlab dependencies get_dependencies()

I am having trouble when I try to download the dependencies needed to run graphlab. I do import graphlab I get the following: ACTION REQUIRED: Dependencies libstdc++-6.dll and libgcc_s_seh-1.dll not found. 1. Ensure user account has write…
ZuluagaSD
  • 73
  • 1
  • 7
6
votes
4 answers

Filtering and displaying values in GraphLab Sframe?

So, I started working with Graphlab for my Machine learning class a week ago. I am still very new to Graphlab and i read through the API but couldn't quite get the solution I was looking for. So, here is the question. I have this data with multiple…
Lesley
  • 73
  • 1
  • 6
6
votes
2 answers

Collaborative filtering in Python

I work now with the Graphlab. After installing of this program, I could run the algorithms of Collaborative filtering. Now I try to work with Graphlab in the Python. I have found already this brilliant toolkits. My question is, does anybody know…
Guforu
  • 3,835
  • 8
  • 33
  • 52
5
votes
2 answers

Dependencies missing in current win-64 channels

After the default Graphlab Install executable failed, I'm now trying to install Graphlab using the command prompt. Step-by-step tutorial on how to do it can be found here. When running the line conda create -n gl-env python=2.7 anaconda=4.0.0 I…
5
votes
1 answer

Is there a GraphLab SFrame.show() equivalent in Pandas?

Graphlabs SFrame.show() display a comprehensive view of each column in the SFrame and I was wondering if there is an equivalent in Pandas? df.describe() just doesn't provide the level of details at a glance that sf.show() does.
wgpubs
  • 8,131
  • 15
  • 62
  • 109
5
votes
2 answers

graphlab SFrame sum all values in a column

How to sum all values in a column of SFrame graphlab. I tried looking into the official documentation and it is given only for SaArray(doc) without any example.
Prashant Bhanarkar
  • 930
  • 3
  • 14
  • 32
5
votes
1 answer

GraphLab Create Launcher installation error

Why problem creating the "gl-env" ? I have tried reinstalling it also... but nothing help me out. CIO_TEST: CONDA_DEFAULT_ENV: CONDA_ENVS_PATH: PATH:…
Himanshu
  • 73
  • 1
  • 11
1
2 3
14 15