Skip to content

steelcolosus/ml-workbench-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cookiecutter template for ML Workbench

Using this template you can quickly generate your basic ML workbench

Usage

Run the command:

> cookiecutter [path to this repo] -o [destination directory]

and follow the prompt. The tool will ask for the step name, the script name, the description and so on. It will also ask for the parameters of the script. This should be a comma-separated list of parameter names without spaces. After you are done, you will find a new directory with the provided step name containing a stub of a new MLflow step.

You will need to edit both the script and the MLproject files to fill in the type and the help for the parameters. Of course, if your script needs packages, these should be added to the conda.yml file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published