• This project
    • Loading...
  • Sign in

Ma / pub-res

Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • pub-res
  • MLproject
  • cc_local's avatar
    src · 2d00f569
    2d00f569 Browse Files
    cc_local authored 2021-06-15 15:24:53 +0800
MLproject 190 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10
name: tutorial

conda_env: conda.yaml

entry_points:
  main:
    parameters:
      alpha: float
      l1_ratio: {type: float, default: 0.1}
    command: "python train.py {alpha} {l1_ratio}"