Regrese
- Jupyter notebook (
.pnynbsoubor) 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.csvneobsahuje class atribut.
Regression
- Jupyter notebook (
.pnynbfile) used for the exercise - scikit-learn library
-
task 1
Create a classifier for the dataset Titanic using logistic regression. Use the file
train.csvfor training and validation. The filetest.csvdoes not contain the class attribute.