getml.project¶
This module helps you handle your current project.
Attributes¶
Classes¶
|
Container which holds all data frames associated with the running project that are currently stored in memory. |
|
Container which holds all hyperopts associated with the currently running project. |
|
Container which holds all pipelines associated with the currently running project. |
Functions¶
|
Deletes the currently connected project. |
|
Loads a project from a bundle and connects to it. |
|
Suspends and then relaunches the currently connected project. |
|
Saves the currently connected project to disk. |
|
Suspends the currently connected project. |
|
Creates a new project or loads an existing one. |