vault backup: 2023-11-09 09:39:40
This commit is contained in:
parent
e91163986b
commit
73b36f46b4
2 changed files with 8 additions and 5 deletions
4
.obsidian/workspace.json
vendored
4
.obsidian/workspace.json
vendored
|
@ -160,8 +160,9 @@
|
|||
},
|
||||
"active": "9853b375f7893cb9",
|
||||
"lastOpenFiles": [
|
||||
"4a1s/ASCN/T - Aula 3.md",
|
||||
"4a1s/DAA/PL - Aula 1.md",
|
||||
"4a1s/DAA/PL - Project.md",
|
||||
"4a1s/ASCN/T - Aula 3.md",
|
||||
"4a1s/ASCN/T - Aula 2.md",
|
||||
"4a1s/ASCN/T - Aula 1.md",
|
||||
"4a1s/CP/PL - Aula 2.md",
|
||||
|
@ -175,7 +176,6 @@
|
|||
"4a1s/MFES/PL - Aula 5.md",
|
||||
"4a1s/MFES/PL - Aula 7.md",
|
||||
"4a1s/MFES/PL - Aula 6.md",
|
||||
"4a1s/DAA/PL - Aula 1.md",
|
||||
"Excalidraw/Drawing 2023-10-04 12.19.18.excalidraw.md",
|
||||
"Excalidraw/doodles.excalidraw.md",
|
||||
"My Digital Garden.md",
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue