Skip to content

Commit f97fcd9

Browse files
authored
Merge pull request #221048 from raduk/patch-5
Remove preview tags
2 parents a1879fd + 88edc6b commit f97fcd9

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

articles/machine-learning/v1/concept-automated-ml-v1.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The following settings allow you to configure your automated ML experiment.
4343
|----|:----:|:----:|
4444
|**Split data into train/validation sets**| ✓|✓
4545
|**Supports ML tasks: classification, regression, & forecasting**| ✓| ✓
46-
|**Supports computer vision tasks (preview): image classification, object detection & instance segmentation**||
46+
|**Supports computer vision tasks: image classification, object detection & instance segmentation**||
4747
|**Optimizes based on primary metric**| ✓| ✓
4848
|**Supports Azure ML compute as compute target** | ✓|✓
4949
|**Configure forecast horizon, target lags & rolling window**|✓|✓
@@ -124,10 +124,7 @@ Advanced forecasting configuration includes:
124124

125125
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).
126126

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
131128

132129
Support for computer vision tasks allows you to easily generate models trained on image data for scenarios like image classification and object detection.
133130

@@ -156,9 +153,7 @@ Instance segmentation | Tasks to identify objects in an image at the pixel level
156153

157154
<a name="nlp"></a>
158155

159-
### Natural language processing: NLP (preview)
160-
161-
[!INCLUDE [preview disclaimer](../../../includes/machine-learning-preview-generic-disclaimer.md)]
156+
### Natural language processing: NLP
162157

163158
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.
164159

@@ -178,7 +173,7 @@ During training, Azure Machine Learning creates a number of pipelines in paralle
178173

179174
Using **Azure Machine Learning**, you can design and run your automated ML training experiments with these steps:
180175

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.
182177

183178
1. **Choose whether you want to use the Python SDK or the studio web experience**:
184179
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.
318313

319314
+ **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).
320315

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).
322317

323318
How-to articles provide additional detail into what functionality automated ML offers. For example,
324319

0 commit comments

Comments
 (0)