Edit on GitHub

init

Initialize a MLEM project.

Synopsis

usage: mlem init [-h]
                 path

arguments:
  path             Where to init project

Description

This creates a .mlem.yaml file in the desired project path, which defaults to the current working directory (.). .mlem.yaml is a config file that configures MLEM project, including the integration with DVC.

Options

  • -h, --help - Show this message and exit.

Examples

Default Initialization (current working directory)

$ mlem init

Initialization to a specified local path

$ mlem init some/local/path

Initialization in a remote S3 bucket

$ mlem init s3://bucket/path/in/cloud
Content

šŸ› Found an issue? Let us know! Or fix it:

Edit on GitHub

ā“ Have a question? Join our chat, we will help you:

Discord Chat