microsoft/MCW-Machine-Learning

Facing issue in Stream Scoring Notebook

anushabc opened this issue · 9 comments

In exercise 3, while running the cell Create and Run Experiment in the Stream Scoring notebook, I am getting the following error.

ml-error

@anushabc @timahenning
PR: #32 (comment)
Should fix this issue. Thanks.
Jitendra

@timahenning

This issue is fixed with the latest merge. Thanks.

Jitendra

I'm facing the same issue - were there any updates after closing the ticket? Which version of the packages should be installed?

Reopened for review

@SanjaJo @DawnmarieDesJardins @timahenning
Hi SanaJo: You need to use Databricks Runtime Version: Runtime: 6.6 (Scala 2.11, Spark 2.4.5) and install azureml-sdk[automl] on the cluster. The setup instructions were updated at: https://github.com/microsoft/MCW-Machine-Learning/blob/master/Hands-on%20lab/Before%20the%20HOL%20-%20Machine%20Learning.md
You also need the latest code from the repo: https://github.com/microsoft/MCW-Machine-Learning/tree/master/Hands-on%20lab/notebooks
Please let me know if this does not work. If you have issues can you please share logs/error details. Thanks. Jitendra

@shirolkar
Hi Shirolkar, I created another cluster with the same instructions Runtime: 6.6 (Scala 2.11, Spark 2.4.5) and azureml-sdk[automl] on the cluster. The setup instructions should be the same as the current in the repo as I couldn't import through the "import URL" but downloaded it using the correct link. Attached please find the logs
ADB-logs20201109.txt. azureml.core.VERSION is 1.17.0 if that helps.
adb-screenshot. Let me know if you need additional information and thanks for the support!

Hi @shirolkar, that worked thanks a lot!

Closing as resolved with merge of PR #34