From 5195639f7e1a169be937e9329410247c9d0a8aa3 Mon Sep 17 00:00:00 2001 From: Will Date: Thu, 27 Jun 2019 12:00:40 +0100 Subject: [PATCH] Update link path to csv data in README --- samples/csharp/end-to-end-apps/AnomalyDetection-Sales/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/csharp/end-to-end-apps/AnomalyDetection-Sales/README.md b/samples/csharp/end-to-end-apps/AnomalyDetection-Sales/README.md index 00e486726..4bc8bf696 100644 --- a/samples/csharp/end-to-end-apps/AnomalyDetection-Sales/README.md +++ b/samples/csharp/end-to-end-apps/AnomalyDetection-Sales/README.md @@ -29,7 +29,7 @@ Note: This app is written in .NET Framework, so you must manually restore the nu * Uses [IidSpikeDetector](https://docs.microsoft.com/dotnet/api/microsoft.ml.transforms.timeseries.iidspikedetector?view=ml-dotnet) and [IidChangePointDetector](https://docs.microsoft.com/dotnet/api/microsoft.ml.transforms.timeseries.iidchangepointdetector?view=ml-dotnet). ## Dataset -We have created sample dataset for Product sales. The dataset `product-sales.csv` can be found [here](./Data/product-sales.csv) +We have created sample dataset for Product sales. The dataset `product-sales.csv` can be found [here](./SpikeDetectionE2EApp/Data/product-sales.csv) Format of **Product Sales DataSet** looks like below.