You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 3, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+16-12Lines changed: 16 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -6,14 +6,6 @@ Our application will be built using IBM Streams on IBM Cloud Pak for Data. IBM S
6
6
7
7
To build and deploy our machine learning model, we will use a Jupyter notebook in Watson Studio and a Watson Machine Learning instance. In our examples, both are running on IBM Cloud Pak for Data.
8
8
9
-
Using the Streams Flows editor, we will create a streaming application with the following operators:
10
-
11
-
* A `Source` operator that generates sample clickstream data
12
-
* A `Filter` operator that keeps only the "add to cart" events
13
-
* A `Code` operator where we use Python code to arrange the shopping cart items into an input array for scoring
14
-
* A `WML Deployment` operator to assign the customer to a cluster
0 commit comments