dawsonia.ml.cli#

Module Contents#

Functions#

command

MLops: transform data, train, test

Data#

app

API#

dawsonia.ml.cli.app#

‘Typer(…)’

dawsonia.ml.cli.command(source: str = 'washington', arch: str = 'flor', transform: bool = False, opencv: bool = False, image: str = '', train: bool = False, test: bool = False, norm_accentuation: bool = False, norm_punctuation: bool = False, epochs: int = 1000, batch_size: int = 16, learning_rate: typing.Annotated[float, typer.Option('-lr', '--learning-rate')] = None, model_path: pathlib.Path = Path('/local_disk/', 'data', 'ai-for-obs', 'interim', 'model_tmp'), config: typing.Annotated[pathlib.Path, typer.Option(*config_cli_names, **config_kwargs)] = Path('dawsonia.toml'))[source]#

MLops: transform data, train, test