getml.project

This module helps you handle your current project.

Attributes

data_frames

hyperopts

pipelines

name

Classes

DataFrames([data])

Container which holds all data frames associated with the running project that are currently stored in memory.

Hyperopts([data])

Container which holds all hyperopts associated with the currently running project.

Pipelines([data])

Container which holds all pipelines associated with the currently running project.

Functions

delete()

Deletes the currently connected project.

load(bundle[, name])

Loads a project from a bundle and connects to it.

restart()

Suspends and then relaunches the currently connected project.

save([filename, target_dir, replace])

Saves the currently connected project to disk.

suspend()

Suspends the currently connected project.

switch(name)

Creates a new project or loads an existing one.