Upload models / datasets#
Client constructor#
|
Client class that interacts with the Openlayer Platform. |
Project creation and loading#
|
Creates a project on the Openlayer platform. |
Loads an existing project from the Openlayer platform. |
|
|
Helper function that returns a project given a name. |
Add models and datasets#
|
Adds a model to a project's staging area. |
|
Adds a dataset to a project's staging area (from a csv). |
|
Adds a dataset to a project's staging area (from a pandas DataFrame). |
|
Coming soon... |
Version control flow#
|
Adds a commit message to staged resources. |
|
Pushes the commited resources to the platform. |
|
Shows the state of the staging area. |
|
Removes the resource specified by |
|
Exports the commited resources as a tarfile to the location specified by |