Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Updated example to include the "model" isolation parameter
  • Loading branch information
JacobGlennAyers authored May 17, 2022
1 parent e6190c6 commit be77ddb
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -501,13 +501,14 @@ Examples using Microfaune were created using this dictionary for the `isolation_

```json
isolation_parameters = {
"technique" : "steinberg",
"threshold_type" : "median",
"threshold_const" : 2.0,
"threshold_min" : 0.0,
"window_size" : 2.0,
"chunk_size" : 5.0
}
"model" : "microfaune",
"technique" : "steinberg",
"threshold_type" : "median",
"threshold_const" : 2.0,
"threshold_min" : 0.0,
"window_size" : 2.0,
"chunk_size" : 5.0
}
```

### To generate automated labels and get manual labels:
Expand Down

0 comments on commit be77ddb

Please sign in to comment.