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

Commit b0c01f7

Browse files
committed
update readme and lib.rs
1 parent 582d10d commit b0c01f7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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
@@ -56,6 +56,7 @@ This is fairly complete but there is still lots of room for optimization and we
5656
- Gaussian Mixture Models
5757
- Naive Bayes Classifiers
5858
- DBSCAN
59+
- Decision Tree Classifiers
5960

6061
There is also a basic `stats` module behind a feature flag.
6162

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
//! - Gaussian Mixture Models
2626
//! - Naive Bayes Classifiers
2727
//! - DBSCAN
28-
//! - Decision Tree Classifier
28+
//! - Decision Tree Classifiers
2929
//!
3030
//! ### linalg
3131
//!

0 commit comments

Comments
 (0)