mirror of
https://github.com/Azure/MachineLearningNotebooks.git
synced 2025-12-22 18:42:41 -05:00
added a datadrift folder
This commit is contained in:
@@ -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"]:
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user