microsoft/MCW-Machine-Learning

SDK version update from 1.0.74 to 1.0.83

himanshuahlawat31 opened this issue · 3 comments

In Stream Scoring notebook cmd 2 sdk version needs to be changed from 1.0.74 to 1.0.83 as experiment will be using 1.0.83 version and if we run 1.0.74 in notebook it will throw an error
image

in exercise1 task 1 step 13 , we have to add Battery_ID in group by column
image Screenshots need to be updated as this option is not available in Additional configuration window this option is available after this window

I am experiencing the SDK issue as well. Databricks notebook gives a warning about the SDK version, not an error. The actual error message is AttributeError: type object 'TextOrCategoricalDtype' has no attribute 'Categorical'.

Thank you for reporting this issue. Please take a moment to review the help and support guidance. https://microsoftcloudworkshop.com/

Your specific lab section references and screenshots will help expedite support. We will review your issue soon.

Tim

@timahenning @himanshuahlawat31 @lehmus
I was able to reproduce the error reported here. The error happens at: best_run, best_model = automl_run.get_output(). I am working on a fix.