fix TRAIN_SCRIPT_PATH value in .env.example#348
Conversation
TRAIN_SCRIPT_PATH value updated from 'training/train.py' to 'training/train_aml.py'. This is aligned with /.pipelines/diabetes_regression-variables-template.yml.
|
@satonaoki What is the reason for making this change? We provide both training scripts as examples, and users are welcome to try either. |
|
(1) When running the training script locally without Azure ML pipeline, you can simply run 'TRAIN_SCRIPT_PATH' environment variable is not used in this scenario. (2) When running So I think this should be (3) When running |
|
I see - looks like train.py is now out of date since it was introduced. I agree then that we should switch to train_aml for the local example environment variables. |
TRAIN_SCRIPT_PATH value updated from 'training/train.py' to 'training/train_aml.py'.
This is aligned with /.pipelines/diabetes_regression-variables-template.yml.