Skip to content

Commit

Permalink
Add LOF fixtures to release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
MarekWadinger committed Oct 10, 2023
1 parent d694454 commit 592efb5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/releases/unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ River's mini-batch methods now support pandas v2. In particular, River conforms
## anomaly

- Added `anomaly.LocalOutlierFactor`, which is an online version of the LOF algorithm for anomaly detection that matches the scikit-learn implementation.
- Made `score_one` method of `anomaly.LocalOutlierFactor` stateless
- Defined default score for uninitialized detector

## clustering

Expand Down

0 comments on commit 592efb5

Please sign in to comment.