k-nearest neighbors
- Jupyter notebook (
.pnynb
soubor) použitý na cvičení - implementace KNN Jupyter notebook (
.pnynb
soubor)
-
úkol 1
Pomocí k-nearest neighbors vytvořte klasifikátor pro dataset Titanic. Pro trénování i ověření správnosti použijte soubor
train.csv
. Soubortest.csv
neobsahuje class atribut.
k-nearest neighbors
- Jupyter notebook (
.pnynb
file) used for the exercise - KNN implementation Jupyter notebook (
.pnynb
file)
-
task 1
Using k-nearest neighbors, create a classifier for the dataset Titanic. Use the
train.csv
file for training and validation. Thetest.csv
file does not contain the class attribute.