Under Option 2: Use ScriptRunConfig, the second point says that train.py references mylib.py, but there is no reference in the code snippet for train.py. I assume that the line
alphas = np.arange(0.0, 1.0, 0.05)
in the snippet for train.py should instead be something like
alphas = mylib.get_alphas()
⚠Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
@ArvidBaa Thanks for the feedback! We are currently investigating and will update you shortly.
@heatherbshapiro Hi, this should be a code sample bug, can you please check it and update the document as necessary? Thanks a lot!
This issue was fixed a few weeks ago. Please close this.
The code has been updated - #please-close