-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No module named 'azureml.datadrift' #939
Comments
@madiepev we will review your feedback and get back to you shortly. Thanks. |
It seems to work after I do a pip install of azureml-datadrift. It's not specified in the documentation however that this needs to be done (and I think this wasn't necessary before). Could you add this? |
@madiepev you received the error because you needed to install azureml-datadrift. The following document specifies the pre-requisites. Thanks. |
Can this be added to the SDK documentation too? Just like other necessary installs are also listed in this documentation? |
@madiepev install information is specified here and not in the class documents. |
Yes I've seen that. The install for data-drift is not mentioned on that page, could that be added? |
Gotcha. |
@madiepev thanks for your feedback, the content team has created a work item to add azureml-datadrift to the SDK document, I will now proceed to close this thread. |
After updating the sdk (stable version) and importing the datadrift object, I get the error that there is no module named datadrift. When installing datadrift specifically during the sdk update, I see the WARNING: azureml-sdk 1.3.0 does not provide the extra 'datadrift'. Is the example code still correct or should the object be imported using a different name for datadrift (e.g. datadriftdetector)?
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
The text was updated successfully, but these errors were encountered: