Skip to content
This repository was archived by the owner on Jul 16, 2021. It is now read-only.

Commit 1bbc7a7

Browse files
committed
ENH: implement Agglomerative clustering
1 parent 5265129 commit 1bbc7a7

5 files changed

Lines changed: 474 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ It aims to combine speed and ease of use - without requiring a huge number of ex
2121
This project began as a way for me to learn Rust and brush up on some less familiar machine learning algorithms and techniques.
2222
Now the project aims to provide a complete, easy to use, machine learning library for Rust.
2323

24-
This library is still very much in early stages of development. Although there are a good number of algorithms many other
24+
This library is still very much in early stages of development. Although there are a good number of algorithms many other
2525
things are missing. Rusty-machine is probably not the best choice for any serious projects - but hopefully that can change in the near future!
2626

2727
#### Contributing
@@ -50,6 +50,7 @@ This is fairly complete but there is still lots of room for optimization and we
5050
- Logistic Regression
5151
- Generalized Linear Models
5252
- K-Means Clustering
53+
- Agglomerative Clustering
5354
- Neural Networks
5455
- Gaussian Process Regression
5556
- Support Vector Machines

0 commit comments

Comments
 (0)