Want to contribute a GraphLab Create How-To? We welcome pull requests. Please read the contributor guide.
Want to request a new How-To or have feedback on one listed below? Please open a Git issue or send us feedback.
- Parse a datetime column into its components (year, month, etc.)
- Convert a column of datetime strings into UNIX timestamps
- Load Yelp academic dataset and build simple recommender
- Show SGraph with custom layout using vertex_positions and NetworkX
- Parse XML files and store the contents in an SFrame
- Remove duplicate edges from SGraph
- Join vertex data on SGraph
- Implement single source shortest path using triple_apply
- Implement weighted pagerank using triple_apply
- Expand an SFrame column of type list/dict into multiple columns
- Collapse multiple columns of an SFrame into a single column of type list/dict
- Find the unique words used in an SArray of text documents
- Filter/Select rows from an SFrame
- Run a function on the crossproduct of option values
- Convert a PIL.Image to a graphlab.Image
- Convert a graphlab.Image to a PIL.Image
- Convert an SArray of array.array to an SArray of graphlab.Image
- Convert an SArray of URL strings to an SArray of graphlab.Image
- Efficiently Calculating Basic Statistics in SArray/SFrame
- Find the top-k rows for each value of a group variable
- Check if one SGraph is a subgraph of a second SGraph
Code submitted through pull requests will be made available under the CC0 1.0 Universal license.