In [1]:
#import
import graphlab as gl
import numpy as np
import matplotlib.pyplot as plt

In [2]:
%matplotlib inline
gl.canvas.set_target('ipynb')

In [3]:
sales = gl.SFrame('data/kc_house_data.gl/')


This non-commercial license of GraphLab Create for academic use is assigned to atul9806@yahoo.in and will expire on February 02, 2018.
[INFO] graphlab.cython.cy_server: GraphLab Create v2.1 started. Logging: C:\Users\Atul\AppData\Local\Temp\graphlab_server_1503538650.log.0

In [ ]: