You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See examples of regression and automated machine learning for predictions in these Python notebooks: [Sales Forecasting](https://github.com/Azure/azureml-examples/blob/main/v1/python-sdk/tutorials/automl-with-azureml/forecasting-orange-juice-sales/auto-ml-forecasting-orange-juice-sales.ipynb), [Demand Forecasting](https://github.com/Azure/azureml-examples/blob/main/v1/python-sdk/tutorials/automl-with-azureml/forecasting-energy-demand/auto-ml-forecasting-energy-demand.ipynb), and [Forecasting GitHub's Daily Active Users](https://github.com/Azure/azureml-examples/blob/main/v1/python-sdk/tutorials/automl-with-azureml/forecasting-github-dau/auto-ml-forecasting-github-dau.ipynb).
126
126
127
-
### Computer vision (preview)
128
-
129
-
> [!IMPORTANT]
130
-
> This feature is currently in public preview. This preview version is provided without a service-level agreement. Certain features might not be supported or might have constrained capabilities. For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
127
+
### Computer vision
131
128
132
129
Support for computer vision tasks allows you to easily generate models trained on image data for scenarios like image classification and object detection.
133
130
@@ -156,9 +153,7 @@ Instance segmentation | Tasks to identify objects in an image at the pixel level
Support for natural language processing (NLP) tasks in automated ML allows you to easily generate models trained on text data for text classification and named entity recognition scenarios. Authoring automated ML trained NLP models is supported via the Azure Machine Learning Python SDK. The resulting experimentation jobs, models, and outputs can be accessed from the Azure Machine Learning studio UI.
164
159
@@ -178,7 +173,7 @@ During training, Azure Machine Learning creates a number of pipelines in paralle
178
173
179
174
Using **Azure Machine Learning**, you can design and run your automated ML training experiments with these steps:
180
175
181
-
1.**Identify the ML problem** to be solved: classification, forecasting, regression or computer vision (preview).
176
+
1.**Identify the ML problem** to be solved: classification, forecasting, regression or computer vision.
182
177
183
178
1.**Choose whether you want to use the Python SDK or the studio web experience**:
184
179
Learn about the parity between the [Python SDK and studio web experience](#parity).
@@ -318,7 +313,7 @@ Tutorials are end-to-end introductory examples of AutoML scenarios.
318
313
319
314
+**For a low or no-code experience**, see the [Tutorial: Train a classification model with no-code AutoML in Azure Machine Learning studio](../tutorial-first-experiment-automated-ml.md).
320
315
321
-
+**For using AutoML to train computer vision models**, see the [Tutorial: Train an object detection model (preview) with AutoML and Python (v1)](./tutorial-auto-train-image-models-v1.md).
316
+
+**For using AutoML to train computer vision models**, see the [Tutorial: Train an object detection model with AutoML and Python (v1)](./tutorial-auto-train-image-models-v1.md).
322
317
323
318
How-to articles provide additional detail into what functionality automated ML offers. For example,
0 commit comments