name: statsmodels-example
conda_env: conda.yaml
entry_points:
  main:
    parameters:
      inverse_method: {type: str, default: 'pinv'}
    command: |
        python train.py \
          --inverse-method={inverse_method}
