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

Commit

Permalink
ENH: implement Agglomerative clustering
Browse files Browse the repository at this point in the history
  • Loading branch information
sinhrks committed Dec 20, 2016
1 parent c7dcaaf commit 406cce0
Show file tree
Hide file tree
Showing 5 changed files with 474 additions and 1 deletion.
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

0 comments on commit 406cce0

Please sign in to comment.