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

Questions tagged [graphlab]

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

3 votes
1 answer
718 views

Installing Graphlab create on Anaconda on Windows 10 (Python, Machine Learning)

I'm following this tutorial on youtube to install graphlab creat, but when I try to go to https://turi.com/download/install-graphlab-create-command-line.html and create an account on graphlab create ...
Mariah Khayat's user avatar
0 votes
0 answers
336 views

graphlab error No module named 'dependencies'

I recently added graphlab to my anaconda environment and on my first import i get this error. ModuleNotFoundError Traceback (most recent call last) <ipython-input-1-...
Sanskar Soni's user avatar
1 vote
1 answer
792 views

PackagesNotFoundError: The following packages are not available from current channels: - ipython-notebook

I'm new to Anaconda and Python. I have set up a virtual environment in Anaconda named "gl-env". gl-env Python version has set to 2.7 pip version is set to 9.0.1 I am doing a assignment which ...
ShivaKumar__'s user avatar
1 vote
2 answers
700 views

GraphLab installation when Python 2.7 is no longer supported

i need to install GraphLab in jupyter notebook to do a coursera project but all instructions that i found and my research in stackoverflow shows that it require python-2.x or now python-2.7 is no ...
eya_bklt's user avatar
  • 315
0 votes
0 answers
372 views

Failing to install graphlab

l am using this command : pip install --upgrade --no-cache-dir https://get.graphlab.com/GraphLab-Create/2.1/my email address/Product key/GraphLab-Create-License.tar.gz which is provided at the Turi ...
LUNATIC's user avatar
  • 21
0 votes
0 answers
292 views

Linear regression with Scikit-Learn vs GraphLab Create. Same data, different results

I have created a multiple linear regression model on some data (housing prices for the Seattle county) with GraphLab Create and one with Scikit-Learn. Test and training set are chose at random but I'...
CCSwift's user avatar
  • 37
3 votes
0 answers
194 views

Linker not linking even after specifying the path

I am trying to compile sssp in PowerGraph toolkit which is available here: https://github.com/jegonzal/PowerGraph. As suggested, I ran: $ ./configure --no_tcmalloc $ cd release/toolkits/...
Margot's user avatar
  • 31
1 vote
0 answers
69 views

Module object has no attribute SFrame when running .exe

I have graphlab installed using Anaconda and a gl-env and I built a program with it that works without errors. I'm using python 2.7.15, pip 9.0.1 and Windows 7. I've used pyinstaller to convert the ...
T.Gilmour's user avatar
1 vote
1 answer
6k views

Priting output in tkinter instead of console

I'm using graphlab to print out recommendations and have my tkinter GUI which currently prints out the recommendation results in the console and I'm lost on how to get it to print in the GUI. Class "...
T.Gilmour's user avatar
2 votes
0 answers
1k views

PySpark ClassNotFoundException: org.apache.spark.sql.DataFrame

I'm following examples on this page to test graphlab-create with PySpark Spark Integration I have tried following code from link: from pyspark import SparkContext from pyspark.sql import SQLContext #...
ikel's user avatar
  • 1,918
0 votes
1 answer
203 views

Getting License error while using graphlab.SFrame in iPython notebook even though I am using a valid license key

In a Machine Learning Course from Coursera by University of Washington, I am using graphlab library in iPython notebook. I am trying to execute the below code and getting an error as : "...
Parth Karia's user avatar
0 votes
1 answer
180 views

unable to install graphlab create on windows8

GraphLab Create Launcher Installation Error in Windows 8: There was an error creating the “gl-env” conda environment Also i tried the manual install. It was failing in step conda create -n gl-...
jayshankar nair's user avatar
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
6 votes
4 answers
14k views

CondaVerificationError: || ClobberError: Create a new conda environment with Python 2.7.x or 3.7.x

While Creating a new conda environment with Python 2.7.x or 3.7.x using conda create -n gl-env python=2.7 anaconda=4.0.0 I get the following errors Preparing transaction: done Verifying transaction: ...
Kokul Jose's user avatar
  • 1,662
2 votes
0 answers
81 views

graphlab figures not displaying in jupyter notebooks hosted on github

I have a notebook that uses both matplotlib and graphlab to create figures. I'm hosting this notebook on my github, and I want to display all the figures I had displayed locally. matplotlib figures ...
brienna's user avatar
  • 1,534

15 30 50 per page
1
2 3 4 5
15