Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 619 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 619 Bytes

Titanic

Repo for solve Titanic (kaggle) problem Тестовый комит

main.py

This is main solution file Printing information:

mean value of all ages { 29.69911764705882 } used to replace nan to this value

Counters : 396-10-3-9

Both models gave the same correct result 396 times

Model without age gave the correct result when model with age gave wrong result 10 times

Model with age gave the correct result when model without age gave wrong result 3 times

Both models gave the same wrong result 9 times

Data

model, model_without_age and model_+_age is the result of my work