Command Line Interface#
Command-line interface for the Brisk framework.
This module provides a CLI for managing machine learning experiments with Brisk. It includes commands for creating new projects, running experiments, and loading data.
Commands#
- create
Initialize a new project directory with configuration files
- run
Execute experiments based on a specified workflow
- load_data
Load datasets from scikit-learn into the project
- create_data
Generate synthetic datasets for testing
Examples#
- Create a new project:
$ brisk create -n my_project
- Run an experiment:
$ brisk run -w my_workflow
- Load a dataset:
$ brisk load_data –dataset iris –dataset_name my_iris