Rozhodovací stromy
- Jupyter notebook (
.pnynb
soubor) použitý na cvičení
-
úkol 1
Pomocí rozhodovacího stromu 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. -
úkol 2
(dobrovolný)Implementujte algoritmus výpočtu rozhodovacího stromu (metoda ID3).
Decision Trees
- Jupyter notebook (
.pnynb
file) used for the exercise
-
Task 1
Using a decision tree, create a classifier for the dataset Titanic. Use the file
train.csv
for training and validation. The filetest.csv
does not contain the class attribute. -
task 2
(optional)Implement the decision tree calculation algorithm (ID3 method).