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
'''
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"
@@ -172,15 +172,12 @@ class NotebookIndex:
this_row = this_row.replace("NB_DEPLOYMENT", ", ".join(metadata["deployment"]))
if "framework" in metadata:
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
this_row = this_row.replace("NB_TASK","")
this_row = this_row.replace("NB_DATASET","")
this_row = this_row.replace("NB_COMPUTE","")
this_row = this_row.replace("NB_DEPLOYMENT","")
this_row = this_row.replace("NB_FRAMEWORK","")
this_row = this_row.replace("NB_TAGS","")
if "tags" in metadata:
if "featured" in metadata["tags"]:
@@ -215,4 +212,4 @@ try:
except:
dest_repo = "./MachineLearningNotebooks"
post_process(dest_repo)
post_process(dest_repo)

View File

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