Turi Create
4.0
|
This is an elaborate library containing 3 pieces
All these are documented in Sphinx
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
This is the 2nd generation interface for exposing classes and functions implemented in C++ to Python.
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.