You use the following code to run a script as an experiment in Azure Machine Learning:
You must identify the output files that are generated by the experiment run.
You need to add code to retrieve the output file names.
Which code segment should you add to the script?
You can list all of the files that are associated with this run record by called run.get_file_names()
https://docs.microsoft.com/en-us/azure/machine-learning/how-to-track-experiments
Currently there are no comments in this discussion, be the first to comment!