In Exercise 'Optimize model training in Azure Machine Learning', Task 'Convert a notebook to a script', Step 3, we see several errors that could be worked around by adding cells to install missing bits:
Workaround: Installed Scikit-learn:
Additional error on matplotlib:
Workaround: Installed matplotlib:
Also, in Exercise # Optimize model training in Azure Machine Learning - Task # Convert a notebook to a script - Step #8
Issue Identified: Adding the modules using pip in the notebook will break the .py file when trying to run. to workaround this issue and still install the needed modules for both the notebook and python file:
