mirror of
https://github.com/fenago/data-science.git
synced 2026-05-05 00:51:50 +00:00
195 B
195 B
| 1 | algorithm | learning | type |
|---|---|---|---|
| 2 | Linear Regression | Supervised | Regression |
| 3 | Logistic Regression | Supervised | Classification |
| 4 | RandomForest | Supervised | Regression or Classification |
| 5 | k-means | Unsupervised | Clustering |