k-nearest neighbors
- Jupyter notebook (
.pnynbsoubor) použitý na cvičení - implementace KNN Jupyter notebook (
.pnynbsoubor)
-
ú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.csvneobsahuje class atribut.
k-nearest neighbors
- Jupyter notebook (
.pnynbfile) used for the exercise - KNN implementation Jupyter notebook (
.pnynbfile)
-
task 1
Using k-nearest neighbors, create a classifier for the dataset Titanic. Use the
train.csvfile for training and validation. Thetest.csvfile does not contain the class attribute.