Turi Create  4.0
Unity Library

This is an elaborate library containing 3 pieces

Python Library

All these are documented in Sphinx

Unity Interface

These describes the old interface for interprocess communication between Python and C++: Unity FFI

In addition, the unity_sarray, unity_sframe, unity_sgraph and a few related types like unity_sketch are the SFrame, SGraph, objects exported to Python via this interface

Interface

This is the 2nd generation interface for exposing classes and functions implemented in C++ to Python.

  • page_turicreate_extension_interface

To support the SDK Interface, a nicer wrapper around the unity_sframe, unity_sgraph, objects are provide. These are called the gl_sframe and gl_sgraph. They provide a more natural C++11-ish syntax for accessing the SFrame and SGraph datastructures.

  • page_userguide_sframe
  • page_userguide_sgraph