š DataChain Open-Source Release. Star us on !
Initialize a MLEM project.
usage: mlem init [-h]
path
arguments:
path Where to init project
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.
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