Skip to content

Commit

Permalink
fix TRAIN_SCRIPT_PATH value in .env.example (#348)
Browse files Browse the repository at this point in the history
TRAIN_SCRIPT_PATH value updated from 'training/train.py' to 'training/train_aml.py'.

This is aligned with /.pipelines/diabetes_regression-variables-template.yml.
  • Loading branch information
satonaoki authored Feb 18, 2021
1 parent aba8aef commit 771c8ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ AML_CLUSTER_PRIORITY = 'lowpriority'
# Training Config
MODEL_NAME = 'diabetes_regression_model.pkl'
MODEL_VERSION = '1'
TRAIN_SCRIPT_PATH = 'training/train.py'
TRAIN_SCRIPT_PATH = 'training/train_aml.py'


# AML Pipeline Config
Expand Down Expand Up @@ -78,4 +78,4 @@ SCORING_DATASTORE_INPUT_FILENAME = 'diabetes_scoring_input.csv'
SCORING_DATASTORE_OUTPUT_CONTAINER = 'output'
SCORING_DATASTORE_OUTPUT_FILENAME = 'diabetes_scoring_output.csv'
SCORING_DATASET_NAME = 'diabetes_scoring_ds'
SCORING_PIPELINE_NAME = 'diabetes-scoring-pipeline'
SCORING_PIPELINE_NAME = 'diabetes-scoring-pipeline'

0 comments on commit 771c8ef

Please sign in to comment.