We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The AzureML SDK used in the testing for Recommenders is of version v1 (named azureml-core):
azureml-core
recommenders/.github/actions/azureml-test/action.yml
Lines 75 to 77 in 310370b
recommenders/tests/ci/azureml_tests/submit_groupwise_azureml_pytest.py
Lines 42 to 50 in 310370b
Although v1 is still supported, It's better to migrate to version v2 (named azure-ai-ml). See Upgrade to v2 -- Azure Machine Learning
azure-ai-ml
Azure Machine Learning
The SDK is used in all tests for Recommenders
AzureML SDK needs to be upgraded from v1 to v2, and all code in tests/ci/azureml_tests/submit_groupwise_azureml_pytest.py needs to be rewritten using v2.
The text was updated successfully, but these errors were encountered:
In addition, an unresolved issue with the AzureML SDK v1 affects the upgrade of Recommenders is mentioned at #1937 (comment).
Sorry, something went wrong.
The following items need to be considered:
It EOLs in September 2025. While more than a year remains, perhaps migrating to v2 would make Python 3.12 support easier too.
SimonYansenZhao
No branches or pull requests
Description
The AzureML SDK used in the testing for Recommenders is of version v1 (named
azureml-core
):recommenders/.github/actions/azureml-test/action.yml
Lines 75 to 77 in 310370b
recommenders/tests/ci/azureml_tests/submit_groupwise_azureml_pytest.py
Lines 42 to 50 in 310370b
Although v1 is still supported, It's better to migrate to version v2 (named
azure-ai-ml
). See Upgrade to v2 -- Azure Machine LearningIn which platform does it happen?
Azure Machine Learning
How do we replicate the issue?
The SDK is used in all tests for Recommenders
Expected behavior (i.e. solution)
AzureML SDK needs to be upgraded from v1 to v2, and all code in tests/ci/azureml_tests/submit_groupwise_azureml_pytest.py needs to be rewritten using v2.
The text was updated successfully, but these errors were encountered: