This repository was archived by the owner on Jul 16, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ It aims to combine speed and ease of use - without requiring a huge number of ex
21
21
This project began as a way for me to learn Rust and brush up on some less familiar machine learning algorithms and techniques.
22
22
Now the project aims to provide a complete, easy to use, machine learning library for Rust.
23
23
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
25
25
things are missing. Rusty-machine is probably not the best choice for any serious projects - but hopefully that can change in the near future!
26
26
27
27
#### Contributing
@@ -56,6 +56,7 @@ This is fairly complete but there is still lots of room for optimization and we
56
56
- Gaussian Mixture Models
57
57
- Naive Bayes Classifiers
58
58
- DBSCAN
59
+ - Decision Tree Classifiers
59
60
60
61
There is also a basic ` stats ` module behind a feature flag.
61
62
Original file line number Diff line number Diff line change 25
25
//! - Gaussian Mixture Models
26
26
//! - Naive Bayes Classifiers
27
27
//! - DBSCAN
28
- //! - Decision Tree Classifier
28
+ //! - Decision Tree Classifiers
29
29
//!
30
30
//! ### linalg
31
31
//!
You can’t perform that action at this time.
0 commit comments