Skip to content

Commit 89e784f

Browse files
feat: add Decision Tree algorithm in machine learning (#1004)
1 parent 6d73bb9 commit 89e784f

File tree

3 files changed

+556
-0
lines changed

3 files changed

+556
-0
lines changed

DIRECTORY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@
204204
* [Lib](https://github.com/TheAlgorithms/Rust/blob/master/src/lib.rs)
205205
* Machine Learning
206206
* [Cholesky](https://github.com/TheAlgorithms/Rust/blob/master/src/machine_learning/cholesky.rs)
207+
* [Decision Tree](https://github.com/TheAlgorithms/Rust/blob/master/src/machine_learning/decision_tree.rs)
207208
* [K-Means](https://github.com/TheAlgorithms/Rust/blob/master/src/machine_learning/k_means.rs)
208209
* [K-Nearest Neighbors](https://github.com/TheAlgorithms/Rust/blob/master/src/machine_learning/k_nearest_neighbors.rs)
209210
* [Linear Regression](https://github.com/TheAlgorithms/Rust/blob/master/src/machine_learning/linear_regression.rs)

0 commit comments

Comments
 (0)