Skip to content

Commit

Permalink
updating readme
Browse files Browse the repository at this point in the history
  • Loading branch information
SalatielBairros committed Jul 5, 2024
1 parent 7a5799c commit 616ea39
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@ More information will be added here in the future as more algorithms are impleme
- [Logistic Regression](https://github.com/SalatielBairros/CaosML/tree/main/src/linear_model/logistic_regression)
- [KNN](https://github.com/SalatielBairros/CaosML/tree/main/src/neighbors/knn)
- [DecisionTreeClassifier](https://github.com/SalatielBairros/CaosML/tree/main/src/tree)
- [RandomForestClassifier](https://github.com/SalatielBairros/CaosML/tree/main/src/ensemble/random_forest)

### Current implementing:

- Random Forest
- K-Means

### Next

- K-Means
- SVM

0 comments on commit 616ea39

Please sign in to comment.