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
Copy file name to clipboardExpand all lines: articles/cognitive-services/Anomaly-Detector/tutorials/multivariate-anomaly-detection-synapse.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ In this section, you'll create the following resources in Azure portal:
44
44
45
45
### Create a Storage account resource
46
46
47
-
*[Create a Storage account resource](https://ms.portal.azure.com/#create/Microsoft.StorageAccount) in Azure portal. After your storage account is built, **create a container** to store intermediate data, since SynapseML will transform your original data to a schema that Multivariate Anomaly Detector supports. (Refer to Multivariate Anomaly Detector [input schema](https://docs.microsoft.com/en-us/azure/cognitive-services/anomaly-detector/how-to/multivariate-how-to#input-data-schema))
47
+
*[Create a Storage account resource](https://ms.portal.azure.com/#create/Microsoft.StorageAccount) in Azure portal. After your storage account is built, **create a container** to store intermediate data, since SynapseML will transform your original data to a schema that Multivariate Anomaly Detector supports. (Refer to Multivariate Anomaly Detector [input schema](https://docs.microsoft.com/azure/cognitive-services/anomaly-detector/how-to/multivariate-how-to#input-data-schema))
48
48
49
49
> [!NOTE]
50
50
> You could also choose not to create a container in this step, in the later part, our sample code will help you create a container with your specified name if you don't have one.
@@ -257,16 +257,16 @@ If you have the needs to run training code and inference code in separate notebo
* Learn about [what is Multivariate Anomaly Detector](https://docs.microsoft.com/en-us/azure/cognitive-services/anomaly-detector/overview-multivariate).
263
+
* Learn about [what is Multivariate Anomaly Detector](https://docs.microsoft.com/azure/cognitive-services/anomaly-detector/overview-multivariate).
264
264
* SynapseML documentation with [Multivariate Anomaly Detector feature](https://microsoft.github.io/SynapseML/docs/documentation/estimators/estimators_cognitive/#fitmultivariateanomaly).
* Need support? [Join the Anomaly Detector Community](https://forms.office.com/pages/responsepage.aspx?id=v4j5cvGGr0GRqy180BHbR2Ci-wb6-iNDoBoNxrnEk9VURjNXUU1VREpOT0U1UEdURkc0OVRLSkZBNC4u).
267
267
268
268
### About Synapse
269
-
* Quick start: [Configure prerequisites for using Cognitive Services in Azure Synapse Analytics](https://docs.microsoft.com/en-us/azure/synapse-analytics/machine-learning/tutorial-configure-cognitive-services-synapse#create-a-key-vault-and-configure-secrets-and-access).
269
+
* Quick start: [Configure prerequisites for using Cognitive Services in Azure Synapse Analytics](https://docs.microsoft.com/azure/synapse-analytics/machine-learning/tutorial-configure-cognitive-services-synapse#create-a-key-vault-and-configure-secrets-and-access).
270
270
* Visit [SynpaseML new website](https://microsoft.github.io/SynapseML/) for the latest docs, demos, and examples.
271
-
* Learn more about [Synapse Analytics](https://docs.microsoft.com/en-us/azure/synapse-analytics/).
271
+
* Learn more about [Synapse Analytics](https://docs.microsoft.com/azure/synapse-analytics/).
272
272
* Read about the [SynapseML v0.9.5 release](https://github.com/microsoft/SynapseML/releases/tag/v0.9.5) on GitHub.
0 commit comments