Skip to content

Commit 580ae47

Browse files
ospillingerdeliahu
authored andcommitted
Update tutorial
(cherry picked from commit 897371a)
1 parent e2515ec commit 580ae47

File tree

2 files changed

+25
-23
lines changed

2 files changed

+25
-23
lines changed

examples/sklearn/iris-classifier/README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,10 @@ $ cortex get classifier --watch
190190
status up-to-date available requested last update avg latency
191191
live 1 1 1 16s 28ms
192192
193-
class count
194-
positive 8
195-
negative 4
193+
class count
194+
setosa 8
195+
versicolor 2
196+
virginica 4
196197
```
197198

198199
<br>
@@ -232,9 +233,10 @@ $ cortex get classifier --watch
232233
status up-to-date available requested last update avg latency
233234
live 1 1 1 16s 24 ms
234235
235-
class count
236-
positive 8
237-
negative 4
236+
class count
237+
setosa 8
238+
versicolor 2
239+
virginica 4
238240
```
239241

240242
<br>
Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
[
22
{
3-
"sepal_length": 5.2,
4-
"sepal_width": 3.6,
5-
"petal_length": 1.5,
6-
"petal_width": 0.3
7-
},
8-
{
9-
"sepal_length": 7.1,
10-
"sepal_width": 3.3,
11-
"petal_length": 4.8,
12-
"petal_width": 1.5
13-
},
14-
{
15-
"sepal_length": 6.4,
16-
"sepal_width": 3.4,
17-
"petal_length": 6.1,
18-
"petal_width": 2.6
19-
}
3+
"sepal_length": 5.2,
4+
"sepal_width": 3.6,
5+
"petal_length": 1.5,
6+
"petal_width": 0.3
7+
},
8+
{
9+
"sepal_length": 7.1,
10+
"sepal_width": 3.3,
11+
"petal_length": 4.8,
12+
"petal_width": 1.5
13+
},
14+
{
15+
"sepal_length": 6.4,
16+
"sepal_width": 3.4,
17+
"petal_length": 6.1,
18+
"petal_width": 2.6
19+
}
2020
]

0 commit comments

Comments
 (0)