Azure / MachineLearningNotebooks

Python notebooks with ML and deep learning examples with Azure Machine Learning Python SDK | Microsoft
https://docs.microsoft.com/azure/machine-learning/service/
MIT License
4.07k stars 2.52k forks source link

Databricks AML sample is confusing: need separate sample of individual use case #1816

Open sabasanjay opened 2 years ago

sabasanjay commented 2 years ago

The GIHUB sample designed for multiple use-cases and some of the customers are getting confused and unable to follow exactly what are the specific cells they need to run for a specific scenario. Please review and ensure the notebook has clear steps for each scenario.

https://github.com/Azure/MachineLearningNotebooks/blob/master/how-to-use-azureml/machine-learning-pipelines/intro-to-pipelines/aml-pipelines-use-databricks-as-compute-target.ipynb

currently this notebook has all these scenarios which is difficult to follow:

The notebook will show:

  1. Running an arbitrary Databricks notebook that the customer has in Databricks workspace
  2. Running an arbitrary Python script that the customer has in DBFS
  3. Running an arbitrary Python script that is available on local computer (will upload to DBFS, and then run in Databricks)
  4. Running a JAR job that the customer has in DBFS.
  5. How to get run context in a Databricks interactive cluster