Azure / azureml-sdk-for-r

Azure Machine Learning SDK for R
https://azure.github.io/azureml-sdk-for-r/
Other
104 stars 40 forks source link

Clarify migration path to Azure ML CLI v2 #427

Open ckarrasalithya opened 2 years ago

ckarrasalithya commented 2 years ago

Is your feature request related to a problem? Please describe. This repo's documentation mentions that "The Azure Machine Learning SDK for R will be deprecated by the end of 2021 to make way for an improved R training and deployment experience using Azure Machine Learning CLI 2.0. See the samples repository to get started with the Public Preview edition of the 2.0 CLI. "

However, it is now 2022, the Azure ML CLI 2.0 is still in preview and not recommended for use in production, and I have not seen any recent updates to this preview. I also doubt that the CLI 2.0 covers all the features of the R azuremlsdk.

Describe the solution you'd like It would be helpful to have a documented migration strategy, that lists, for each feature currently in the Azure ML SDK:

Also, I would like to know when the Azure ML CLI 2.0 is expected to be out of preview, since it is taking longer than expected (the comment in the documentation should be updated with that new date)

Thanks