Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added supplementary comment for datastore #1646

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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": {
Expand All @@ -449,7 +453,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.4"
"version": "3.8.10"
},
"star_tag": [
"featured"
Expand All @@ -463,4 +467,4 @@
},
"nbformat": 4,
"nbformat_minor": 4
}
}