Skip to content

Commit

Permalink
Merge branch 'livedoc' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
dszeto committed Jul 16, 2015
2 parents 3b0d8bf + 9e1acff commit 6107aa6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/manual/source/datacollection/eventmodel.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ The following are some simple examples:
"event" : "view",
"entityType" : "user",
"entityId" : "1",
"targetEntityType": "item",
"targetEntityId": "1"
"targetEntityType" : "item",
"targetEntityId" : "1"
}
```

Expand Down
2 changes: 1 addition & 1 deletion docs/manual/source/evaluation/metricbuild.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ $ pio eval org.template.classification.AccuracyEvaluation \
(See MyClassification/src/main/scala/***Evaluation.scala*** for full usage.)


## Exmaple 2: Precision Metric
## Example 2: Precision Metric

Precision is a metric for binary classifier
capturing the portion of correction prediction among
Expand Down

0 comments on commit 6107aa6

Please sign in to comment.