Regrese
- Jupyter notebook (
.pnynb
soubor) použitý na cvičení - Knihovna scikit-learn
-
úkol 1
Pomocí logistické regrese 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.
Regression
- Jupyter notebook (
.pnynb
file) used for the exercise - scikit-learn library
-
task 1
Create a classifier for the dataset Titanic using logistic regression. Use the file
train.csv
for training and validation. The filetest.csv
does not contain the class attribute.