Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Kane committed Dec 12, 2011
1 parent 3bbda0e commit b9cdcb1
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions README.md
Expand Up @@ -65,15 +65,9 @@ ad.anomaly?(test_sample, 1e-5)
# => true
```

Here's sample to code to help you find the best ε for your application.
The wiki has [sample code](https://github.com/ankane/anomaly/wiki/Home) to help you find the best ε for your application.

```ruby
# TODO
# 1. Partition data
# 2. Train detector
# 3. Calculate f1_score for test data
# 4. Repeat for multiple values of epsilon
```
### Persistence

You can easily persist the detector to a file or database - it's very tiny.

Expand Down

0 comments on commit b9cdcb1

Please sign in to comment.