This repository was archived by the owner on Jul 16, 2021. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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
2121This project began as a way for me to learn Rust and brush up on some less familiar machine learning algorithms and techniques.
2222Now 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
2525things 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
6061There is also a basic ` stats ` module behind a feature flag.
6162
Original file line number Diff line number Diff line change 2525//! - Gaussian Mixture Models
2626//! - Naive Bayes Classifiers
2727//! - DBSCAN
28- //! - Decision Tree Classifier
28+ //! - Decision Tree Classifiers
2929//!
3030//! ### linalg
3131//!
You can’t perform that action at this time.
0 commit comments