MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.13k stars 21.19k forks source link

Provide direct link to supported Algorithms list Constants to be used by WhiteList/BlackList arguments #47155

Closed CESARDELATORRE closed 4 years ago

CESARDELATORRE commented 4 years ago

Please, Provide direct link to supported Algorithms list Constants to be used by WhiteList/BlackList arguments.

It is not clear how to find those constants when saying: "Use the whitelist or blacklist parameters to further modify iterations with the available models to include or exclude. The list of supported models can be found on SupportedModels Class." because that page appears kind of empty: https://docs.microsoft.com/en-us/python/api/azureml-train-automl-client/azureml.train.automl.constants.supportedmodels?view=azure-ml-py

It would be much clearer to provide the three actual links to the pages where the constants to be used are:

Classification: https://docs.microsoft.com/en-us/python/api/azureml-train-automl-client/azureml.train.automl.constants.supportedmodels.classification?view=azure-ml-py

Regression: https://docs.microsoft.com/en-us/python/api/azureml-train-automl-client/azureml.train.automl.constants.supportedmodels.regression?view=azure-ml-py

Forecast: https://docs.microsoft.com/en-us/python/api/azureml-train-automl-client/azureml.train.automl.constants.supportedmodels.forecasting?view=azure-ml-py


Document Details

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

GiftA-MSFT commented 4 years ago

@CESARDELATORRE we will review your feedback and get back to you shortly. Thanks.

GiftA-MSFT commented 4 years ago

@CESARDELATORRE thanks for your feedback. The document has been updated accordingly and changes should be visible soon.