Azure / MachineLearningNotebooks

Python notebooks with ML and deep learning examples with Azure Machine Learning Python SDK | Microsoft
https://docs.microsoft.com/azure/machine-learning/service/
MIT License
4.07k stars 2.52k forks source link

azureml-defaults not described #1341

Open konabuta opened 3 years ago

konabuta commented 3 years ago

[Enter feedback here]

We need details description of azureml-defaults.

We need this when deployment. In training, we usually use azureml-core. In deployment, azureml-defaults is necessary (only azureml-core is not enough to deploy). I heard azureml-defaults includes azureml-core. But it is not documented.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

lostmygithubaccount commented 3 years ago

I think azureml-defaults has azureml-core plus a package for application insights/something for logging that's needed in deployment and that's all - but given I don't know I would not expect external users to and Azure ML should document this.

we have a larger problem with a confusing Python package with many meta packages, weird conventions, etc. that we will solve in v2. for v1 we will work to reduce confusion and provide clear guidance on this

see #1325 for the meta issue

lostmygithubaccount commented 3 years ago

test ping @azureml-github

konabuta commented 3 years ago

Because of the lack of azureml-defaults documents, my customer installed both azureml-defaults and azureml-core for inference endpoint. It is recommended ? no problem ?

vizhur commented 3 years ago

for inferencing scenario azureml-defaults is needed