vault backup: 2023-11-09 09:39:40

This commit is contained in:
Alice 2023-11-09 09:39:40 +00:00
parent e91163986b
commit 73b36f46b4
2 changed files with 8 additions and 5 deletions

View file

@ -1,6 +1,9 @@
Techniques per class:
## Modeling/predicting techniques per class:
2. Decision Trees
3.
4. Linear Regression + Logistical Regression
4. Linear Regression + Logistical Regression (numerical data)
5.
6. Support Vector Machine
6. Support Vector Machine (categorical data)
7. K-means clustering and K-medoids clustering (numerical data)