forked from red-hat-data-services/odh-dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add more watson tutorials (red-hat-data-services#25)
- Loading branch information
1 parent
03ce791
commit 3aa5908
Showing
4 changed files
with
40 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
metadata: | ||
name: auto-ai-experiment-model-tutorial | ||
type: tutorial | ||
spec: | ||
appName: watson-studio | ||
displayName: Run an AutoAI Experiment to Build a Model | ||
description: |- | ||
Building a binary classification model for a marketing campaign. | ||
url: https://video.ibm.com/channel/23952663/video/cpd35-ws-autoai | ||
durationMinutes: 8 |
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,10 @@ | ||
metadata: | ||
name: build-binary-classification-model-tutorial | ||
type: tutorial | ||
spec: | ||
appName: watson-studio | ||
displayName: Build a binary classification model | ||
description: |- | ||
Training a model to predict whether or not a customer is likely to subscribe to a bank promotion. | ||
url: https://www.ibm.com/support/knowledgecenter/SSQNUZ_3.5.0/wsj/analyze-data/autoai_example_binary_classifier.html | ||
durationMinutes: 10 |
10 changes: 10 additions & 0 deletions
10
data/docs/jupyter-notebooks-in-watson-studio-tutorial.yaml
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,10 @@ | ||
metadata: | ||
name: jupyter-notebooks-in-watson-studio-tutorial | ||
type: tutorial | ||
spec: | ||
appName: watson-studio | ||
displayName: Jupyter Notebooks in Watson Studio | ||
description: |- | ||
This video covers the basics for working with Jupyter notebooks in Watson Studio | ||
url: https://video.ibm.com/channel/23952663/video/cpd35-ws-notebook-basics | ||
durationMinutes: 3 |
10 changes: 10 additions & 0 deletions
10
data/docs/python-notebook-generate-results-open-scale-tutorial.yaml
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,10 @@ | ||
metadata: | ||
name: python-notebook-generate-results-open-scale-tutorial | ||
type: tutorial | ||
spec: | ||
appName: watson-studio | ||
displayName: Run a Python notebook to generate results in Watson OpenScale | ||
description: |- | ||
Run a Python notebook to create, train, and deploy a machine learning model. | ||
url: https://www.ibm.com/support/knowledgecenter/SSQNUZ_3.5.0/wsj/model/wos-tutorial-adv.html | ||
durationMinutes: 15 |