Skip to content

Instantly share code, notes, and snippets.

@StevenReitsma
Created August 20, 2018 10:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save StevenReitsma/25a7406de216eb1832c60a7b9d7787f6 to your computer and use it in GitHub Desktop.
Save StevenReitsma/25a7406de216eb1832c60a7b9d7787f6 to your computer and use it in GitHub Desktop.
Blogpost-MLTooling2
name: My Project
conda_env: conda.yaml
entry_points:
main:
parameters:
data_file: path
regularization: {type: float, default: 0.1}
command: "python train.py -r {regularization} {data_file}"
validate:
parameters:
data_file: path
command: "python validate.py {data_file}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment