Facing issue in Stream Scoring Notebook
anushabc opened this issue · 9 comments
@anushabc @timahenning
PR: #32 (comment)
Should fix this issue. 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.
. Let me know if you need additional information and thanks for the support!
@SanjaJo The fix is in my brach https://github.com/shirolkar/MCW-Machine-Learning. Please see the cluster and library requirements in https://github.com/shirolkar/MCW-Machine-Learning/blob/master/Hands-on%20lab/Before%20the%20HOL%20-%20Machine%20Learning.md. You will also need the new notebooks from: https://github.com/shirolkar/MCW-Machine-Learning/tree/master/Hands-on%20lab/notebooks. Thanks. Jitendra
Hi @shirolkar, that worked thanks a lot!
Closing as resolved with merge of PR #34