2023-11-09 09:39:40 +00:00
|
|
|
## Modeling/predicting techniques per class:
|
2023-11-09 09:29:40 +00:00
|
|
|
2. Decision Trees
|
|
|
|
3.
|
2023-11-09 09:39:40 +00:00
|
|
|
4. Linear Regression + Logistical Regression (numerical data)
|
2023-11-09 09:29:40 +00:00
|
|
|
5.
|
2023-11-09 09:39:40 +00:00
|
|
|
6. Support Vector Machine (categorical data)
|
|
|
|
7. K-means clustering and K-medoids clustering (numerical data)
|
|
|
|
|
|
|
|
|
2023-11-09 09:59:40 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
2023-11-19 16:35:16 +00:00
|
|
|
| testsize | 0.8 | 0.7 | 0.6 | 0.5 | 0.4 | 0.3 | 0.2 | 0.1 | 0.05 | 0.025| 0.01|
|
|
|
|
| -------- | ----- | ----- | ----- | ----- | ----- | ----- | --- | ----- | --| --|
|
|
|
|
| score | 0.255 | 0.308 | 0.357 | 0.410 | 0.459 | 0.515 | 0.556 | 0.621| 0.658 | 0.677 | 0.692
|
|
|
|
| | | | | | | | | |
|