Rozhodovací stromy
- Jupyter notebook (
.pnynbsoubor) 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.csvneobsahuje class atribut. -
úkol 2
(dobrovolný)Implementujte algoritmus výpočtu rozhodovacího stromu (metoda ID3).
Decision Trees
- Jupyter notebook (
.pnynbfile) used for the exercise
-
Task 1
Using a decision tree, create a classifier for the dataset Titanic. Use the file
train.csvfor training and validation. The filetest.csvdoes not contain the class attribute. -
task 2
(optional)Implement the decision tree calculation algorithm (ID3 method).