added a datadrift folder

This commit is contained in:
Shane' Winner
2019-08-19 13:53:50 -07:00
parent 054aadffed
commit 8066a9263c
2 changed files with 7 additions and 11 deletions

View File

@@ -132,7 +132,7 @@ DEPLOYMENT_NBS
OTHER_NBS OTHER_NBS
''' '''
index_row = '''| NB_SYMBOL[NB_NAME](NB_PATH) | NB_TASK | NB_DATASET | NB_COMPUTE | NB_DEPLOYMENT | NB_FRAMEWORK | NB_TAGS |''' index_row = '''| NB_SYMBOL[NB_NAME](NB_PATH) | NB_TASK | NB_DATASET | NB_COMPUTE | NB_DEPLOYMENT | NB_FRAMEWORK |'''
index_file = "index.md" index_file = "index.md"
@@ -172,15 +172,12 @@ class NotebookIndex:
this_row = this_row.replace("NB_DEPLOYMENT", ", ".join(metadata["deployment"])) this_row = this_row.replace("NB_DEPLOYMENT", ", ".join(metadata["deployment"]))
if "framework" in metadata: if "framework" in metadata:
this_row = this_row.replace("NB_FRAMEWORK", ", ".join(metadata["framework"])) this_row = this_row.replace("NB_FRAMEWORK", ", ".join(metadata["framework"]))
if "tags1" in metadata:
this_row = this_row.replace("NB_TAGS", ", ".join(metadata["tags1"]))
## Fall back ## Fall back
this_row = this_row.replace("NB_TASK","") this_row = this_row.replace("NB_TASK","")
this_row = this_row.replace("NB_DATASET","") this_row = this_row.replace("NB_DATASET","")
this_row = this_row.replace("NB_COMPUTE","") this_row = this_row.replace("NB_COMPUTE","")
this_row = this_row.replace("NB_DEPLOYMENT","") this_row = this_row.replace("NB_DEPLOYMENT","")
this_row = this_row.replace("NB_FRAMEWORK","") this_row = this_row.replace("NB_FRAMEWORK","")
this_row = this_row.replace("NB_TAGS","")
if "tags" in metadata: if "tags" in metadata:
if "featured" in metadata["tags"]: if "featured" in metadata["tags"]:

View File

@@ -675,7 +675,7 @@
"name": "python36" "name": "python36"
}, },
"language_info": { "language_info": {
"codemirror_mode": { "codemdfsjkkdsirror_mode": {
"name": "ipython", "name": "ipython",
"version": 3 "version": 3
}, },
@@ -686,8 +686,8 @@
"pygments_lexer": "ipython3", "pygments_lexer": "ipython3",
"version": "3.6.6" "version": "3.6.6"
}, },
"msauthor": "roastala", "msauthor": "trbye",
"friendly_name": "Test tuturial", "friendly_name": "Testing index",
"exclude_from_index": false, "exclude_from_index": false,
"order_index": 1, "order_index": 1,
"category": "tutorial", "category": "tutorial",
@@ -706,8 +706,7 @@
], ],
"framework": [ "framework": [
"Azure ML AutoML" "Azure ML AutoML"
] ],
}
}, },
"nbformat": 4, "nbformat": 4,
"nbformat_minor": 2 "nbformat_minor": 2