set_project

getml.engine.set_project(name)[source]

Creates a new project or loads an existing one.

If there is no project called name present on the engine, a new one will be created.

Args:
name (str):

Name of the new project.