getml.project

This module helps you handle your current project.

Attributes

data_frames

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

hyperopts

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

pipelines

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

name

str(object=’’) -> str str(bytes_or_buffer[, encoding[, errors]]) -> str

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.