Command Line Interface

Command-line interface for DeepCausalMMM.

This module provides a CLI for training and using the model.

deepcausalmmm.cli.main()[source]

Main CLI entry point.

deepcausalmmm.cli.config_command(args)[source]

Show default configuration.

Parameters:

args (argparse.Namespace) – Parsed command line arguments from argparse

deepcausalmmm.cli.version_command(args)[source]

Show package version.

Parameters:

args (argparse.Namespace) – Parsed command line arguments from argparse