Skip to content

Commit a9ed445

Browse files
authored
Merge pull request #1403 from MicrosoftDocs/main
11/8/2024 AM Publish
2 parents 67457f5 + 8173729 commit a9ed445

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

articles/ai-services/openai/how-to/use-your-data-securely.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,7 @@ So far you have already setup each resource work independently. Next you need to
273273
| `Storage Blob Data Contributor` | Azure OpenAI | Storage Account | Reads from the input container, and writes the preprocessed result to the output container. |
274274
| `Cognitive Services OpenAI Contributor` | Azure AI Search | Azure OpenAI | Custom skill. |
275275
| `Storage Blob Data Reader` | Azure AI Search | Storage Account | Reads document blobs and chunk blobs. |
276+
| `Reader` | Azure AI Studio Project | Azure Storage Private Endpoints (Blob & File) | Read search indexes created in blob storage within an AI Studio Project. |
276277
| `Cognitive Services OpenAI User` | Web app | Azure OpenAI | Inference. |
277278

278279

articles/machine-learning/component-reference/feature-hashing.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Feature Hashing component reference"
33
titleSuffix: Azure Machine Learning
4-
description: Learn how to use the Feature Hashing component in the Azure Machine Learning designer to featurize text data.
4+
description: "[Deprecated] Learn how to use the Feature Hashing component in the Azure Machine Learning designer to featurize text data."
55
services: machine-learning
66
ms.service: azure-machine-learning
77
ms.subservice: core
@@ -13,6 +13,10 @@ ms.date: 02/22/2020
1313
---
1414
# Feature Hashing component reference
1515

16+
> [!WARNING]
17+
> This component HAS BEEN DEPRECATED because its dependency, the [NimbusML](https://github.com/microsoft/NimbusML) project, is no longer actively maintained. As a result, this component will not receive future updates or security patches.
18+
> We plan to remove this component in upcoming releases. Users are recommended to migrate to alternative solutions to ensure continued support and security.
19+
1620
This article describes a component included in Azure Machine Learning designer.
1721

1822
Use the Feature Hashing component to transform a stream of English text into a set of integer features. You can then pass this hashed feature set to a machine learning algorithm to train a text analytics model.

articles/machine-learning/component-reference/pca-based-anomaly-detection.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "PCA-Based Anomaly Detection: Component reference"
33
titleSuffix: Azure Machine Learning
4-
description: Learn how to use the PCA-Based Anomaly Detection component to create an anomaly detection model based on principal component analysis (PCA).
4+
description: "[Deprecated] Learn how to use the PCA-Based Anomaly Detection component to create an anomaly detection model based on principal component analysis (PCA)."
55
services: machine-learning
66
ms.service: azure-machine-learning
77
ms.subservice: core
@@ -14,6 +14,10 @@ ms.date: 02/22/2020
1414

1515
# PCA-Based Anomaly Detection component
1616

17+
> [!WARNING]
18+
> This component HAS BEEN DEPRECATED because its dependency, the [NimbusML](https://github.com/microsoft/NimbusML) project, is no longer actively maintained. As a result, this component will not receive future updates or security patches.
19+
> We plan to remove this component in upcoming releases. Users are recommended to migrate to alternative solutions to ensure continued support and security.
20+
1721
This article describes how to use the PCA-Based Anomaly Detection component in Azure Machine Learning designer, to create an anomaly detection model based on principal component analysis (PCA).
1822

1923
This component helps you build a model in scenarios where it's easy to get training data from one class, such as valid transactions, but difficult to get sufficient samples of the targeted anomalies.

articles/machine-learning/component-reference/poisson-regression.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Poisson Regression: Component reference"
33
titleSuffix: Azure Machine Learning
4-
description: Learn how to use the Poisson Regression component in Azure Machine Learning designer to create a Poisson regression model.
4+
description: "[Deprecated] Learn how to use the Poisson Regression component in Azure Machine Learning designer to create a Poisson regression model."
55
services: machine-learning
66
ms.service: azure-machine-learning
77
ms.subservice: core
@@ -14,6 +14,10 @@ ms.date: 07/13/2020
1414

1515
# Poisson Regression
1616

17+
> [!WARNING]
18+
> This component HAS BEEN DEPRECATED because its dependency, the [NimbusML](https://github.com/microsoft/NimbusML) project, is no longer actively maintained. As a result, this component will not receive future updates or security patches.
19+
> We plan to remove this component in upcoming releases. Users are recommended to migrate to alternative solutions to ensure continued support and security.
20+
1721
This article describes a component in Azure Machine Learning designer.
1822

1923
Use this component to create a Poisson regression model in a pipeline. Poisson regression is intended for predicting numeric values, typically counts. Therefore, you should use this component to create your regression model only if the values you are trying to predict fit the following conditions:

0 commit comments

Comments
 (0)