File tree Expand file tree Collapse file tree 2 files changed +25
-23
lines changed
examples/sklearn/iris-classifier Expand file tree Collapse file tree 2 files changed +25
-23
lines changed Original file line number Diff line number Diff line change @@ -190,9 +190,10 @@ $ cortex get classifier --watch
190190status up-to-date available requested last update avg latency
191191live 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
232233status up-to-date available requested last update avg latency
233234live 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>
Original file line number Diff line number Diff line change 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]
You can’t perform that action at this time.
0 commit comments