#Getting Started In order to install GraphLab Create, please visit the installation page on turi.com in order to
- register for a product key, and
- install the
graphlab-createPython package.
Once installed, you will be able to read or run the example code and datasets by copying code into your terminal. Throughout the User Guide we assume you have imported the package via
import graphlabSometimes it is useful shorthand to use gl instead of graphlab. This can be done via
import graphlab as glHere are a few commands to get started.
| Task | code |
|---|---|
| Importing and parsing data | |
| Visualizations | |
| Computation on columns | |
| Transforming columns | |
| Aggregations | |
| Create models | |