-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed python loading, dataiku, updated json indexes, added Demo.index
- Loading branch information
Doug Ebel
committed
Sep 13, 2023
1 parent
1c23238
commit a68c98c
Showing
8 changed files
with
1,888 additions
and
1,828 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,56 +1,56 @@ | ||
{ | ||
"name": "index", | ||
"categories": [ | ||
{"category": "Getting Started", | ||
"subjects": [ | ||
{"subject": "First Time User"}, | ||
{"subject": "I am **not** a programmer"}, | ||
{"subject": "Developer Information"} | ||
] }, | ||
{"category": "Industries", | ||
"subjects": [ | ||
{"subject": "Automotive"}, | ||
{"subject": "Energy & Natural Resources"}, | ||
{"subject": "Financial"}, | ||
{"subject": "Healthcare"}, | ||
{"subject": "Manufacturing"}, | ||
{"subject": "Retail"}, | ||
{"subject": "Telco"}, | ||
{"subject": "Travel & Transportation"} | ||
] }, | ||
{"category": "Business Function", | ||
"subjects": [ | ||
{"subject": "Finance"}, | ||
{"subject": "Marketing"} | ||
] }, | ||
{"category": "Analytic Function", | ||
"subjects": [ | ||
{"subject": "Data Preparation"}, | ||
{"subject": "Descriptive Statistics"}, | ||
{"subject": "Feature Engineering"}, | ||
{"subject": "Generative AI"}, | ||
{"subject": "Geospatial"}, | ||
{"subject": "Hypothesis testing"}, | ||
{"subject": "Machine learning"}, | ||
{"subject": "ModelOps"}, | ||
{"subject": "Object Storage"}, | ||
{"subject": "Open-and-connected analytics"}, | ||
{"subject": "Path Analytics"}, | ||
{"subject": "Text Analysis"}, | ||
{"subject": "Time series analytics"} | ||
] }, | ||
{"category": "3rd Party Tools", | ||
"subjects": [ | ||
{"subject": "AWS SageMaker"}, | ||
{"subject": "Azure ML"}, | ||
{"subject": "Dataiku"}, | ||
{"subject": "H2O.ai"}, | ||
{"subject": "Microsoft PowerBI"}, | ||
{"subject": "MicroStrategy"}, | ||
{"subject": "R"}, | ||
{"subject": "SAP Business Objects"}, | ||
{"subject": "SAS"}, | ||
{"subject": "Tableau"}, | ||
{"subject": "Vertex"} ] } | ||
] } | ||
|
||
{ | ||
"name": "index", | ||
"categories": [ | ||
{"category": "Getting Started", | ||
"subjects": [ | ||
{"subject": "First Time User"}, | ||
{"subject": "I am **not** a programmer"}, | ||
{"subject": "Developer Information"} | ||
] }, | ||
{"category": "Industries", | ||
"subjects": [ | ||
{"subject": "Automotive"}, | ||
{"subject": "Energy & Natural Resources"}, | ||
{"subject": "Financial"}, | ||
{"subject": "Healthcare"}, | ||
{"subject": "Manufacturing"}, | ||
{"subject": "Retail"}, | ||
{"subject": "Telco"}, | ||
{"subject": "Travel & Transportation"} | ||
] }, | ||
{"category": "Business Function", | ||
"subjects": [ | ||
{"subject": "Finance"}, | ||
{"subject": "Marketing"} | ||
] }, | ||
{"category": "Analytic Function", | ||
"subjects": [ | ||
{"subject": "Data Preparation"}, | ||
{"subject": "Descriptive Statistics"}, | ||
{"subject": "Feature Engineering"}, | ||
{"subject": "Generative AI"}, | ||
{"subject": "Geospatial"}, | ||
{"subject": "Hypothesis testing"}, | ||
{"subject": "Machine learning"}, | ||
{"subject": "ModelOps"}, | ||
{"subject": "Object Storage"}, | ||
{"subject": "Open-and-connected analytics"}, | ||
{"subject": "Path Analytics"}, | ||
{"subject": "Text Analysis"}, | ||
{"subject": "Time series analytics"} | ||
] }, | ||
{"category": "3rd Party Tools", | ||
"subjects": [ | ||
{"subject": "AWS SageMaker"}, | ||
{"subject": "Azure ML"}, | ||
{"subject": "Celebrus"}, | ||
{"subject": "Dataiku"}, | ||
{"subject": "H2O.ai"}, | ||
{"subject": "Microsoft PowerBI"}, | ||
{"subject": "MicroStrategy"}, | ||
{"subject": "R"}, | ||
{"subject": "SAP Business Objects"}, | ||
{"subject": "SAS"}, | ||
{"subject": "Tableau"}, | ||
{"subject": "Vertex"} ] } | ||
] } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
iconv -f ISO-8859-1 -t UTF-8 ../filters.json > filters.json | ||
iconv -f ISO-8859-1 -t UTF-8 ../jupyter-demos.json > jupyter-demos.json |
Oops, something went wrong.