From d5dfcde48fe2e5c2cef9e97c54329af1151973ec Mon Sep 17 00:00:00 2001 From: Kyoichi Iwasaki Date: Sun, 28 Nov 2021 17:21:40 +0900 Subject: [PATCH] Added supplementary comment for datastore --- .../datadrift-tutorial/datadrift-tutorial.ipynb | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/how-to-use-azureml/work-with-data/datadrift-tutorial/datadrift-tutorial.ipynb b/how-to-use-azureml/work-with-data/datadrift-tutorial/datadrift-tutorial.ipynb index b848d08d7..75dfac65c 100644 --- a/how-to-use-azureml/work-with-data/datadrift-tutorial/datadrift-tutorial.ipynb +++ b/how-to-use-azureml/work-with-data/datadrift-tutorial/datadrift-tutorial.ipynb @@ -80,10 +80,11 @@ "source": [ "## Setup target and baseline datasets\n", "\n", - "Setup the baseline and target datasets. The baseline will be used to compare each time slice of the target dataset, which is sampled by a given frequency. For further details, see [our documentation](http://aka.ms/datadrift). \n", + "Setup the baseline and target datasets. The baseline will be used to compare each time slice of the target dataset, which is sampled by a given frequency. For further details, see [our documentation](http://aka.ms/datadrift).\n", "\n", "The next few cells will:\n", " * get the default datastore\n", + " * use Azure blob storage as `datastore` defined [here](https://docs.microsoft.com/en-us/azure/machine-learning/how-to-monitor-datasets?tabs=python#dataset-monitors).\n", " * upload the `weather-data` to the datastore\n", " * create the Tabular dataset from the data\n", " * add the timeseries trait by specifying the timestamp column `datetime`\n", @@ -434,10 +435,13 @@ ], "friendly_name": "Data drift quickdemo", "index_order": 1, + "interpreter": { + "hash": "9d8364f7a1740d27152486c1cc8c288e6df1da51a2c91450e121068bd81e7058" + }, "kernelspec": { "display_name": "Python 3.6", "language": "python", - "name": "python36" + "name": "python3" }, "language_info": { "codemirror_mode": { @@ -449,7 +453,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.7.4" + "version": "3.8.10" }, "star_tag": [ "featured" @@ -463,4 +467,4 @@ }, "nbformat": 4, "nbformat_minor": 4 -} \ No newline at end of file +}