Skip to content

Commit

Permalink
Rename RandomForestTree to RandomProjectionForest in CHANGELOG.md (
Browse files Browse the repository at this point in the history
…#270)

Just a minor fix in the changelog.
  • Loading branch information
krstopro authored May 28, 2024
1 parent 2493110 commit e1897fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
### Enhancements

* Add LargeVis for visualization of large-scale and high-dimensional data in a low-dimensional (typically 2D or 3D) space
* Add `Scholar.Neighbors.KDTree` and `Scholar.Neighbors.RandomForestTree`
* Add `Scholar.Neighbors.KDTree` and `Scholar.Neighbors.RandomProjectionForest`
* Add `Scholar.Metrics.Neighbors`
* Add `Scholar.Linear.BayesianRidgeRegression`
* Add `Scholar.Cluster.Hierarchical`
Expand Down

0 comments on commit e1897fa

Please sign in to comment.