Command Line Interface#

The CLI module provides a command line interface for Brisk. See brisk CLI for more details.

Module Contents#

Object

Description

EnvironmentDiff

Represents the differences between environments.

EnvironmentManager

Manages environment capture, comparison, and export for reproducible runs.

VersionMatch

Enumeration of version matching states.

check_env

Checks the environment compatibility with a previous run.

create

Creates a new project.

create_data

Creates a synthetic dataset.

export_env

Create a requirements.txt file from the environment captured during a previous experiment run.

load_data

Load a scikit-learn dataset by name.

load_sklearn_dataset

Load a scikit-learn dataset by name.

run

Run the current experiment setup.