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

ENH: implement Agglomerative (hierarchical) clustering #162

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ It aims to combine speed and ease of use - without requiring a huge number of ex
This project began as a way for me to learn Rust and brush up on some less familiar machine learning algorithms and techniques.
Now the project aims to provide a complete, easy to use, machine learning library for Rust.

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

#### Contributing
Expand Down Expand Up @@ -50,6 +50,7 @@ This is fairly complete but there is still lots of room for optimization and we
- Logistic Regression
- Generalized Linear Models
- K-Means Clustering
- Agglomerative Clustering
- Neural Networks
- Gaussian Process Regression
- Support Vector Machines
Expand Down
Loading