You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this challenge, I build a predictive model that answers the question: “what sorts of people were more likely to survive?” using passenger data (ie name, age, gender, socio-economic class, etc).
Анализ данных о пассажирах Титаника и разбиение на обучающую и тестовую выборки. Практическое задание по дисциплине "Основы применения методов искусственного интеллекта в программировании".
Predicts Titanic passenger survival using machine learning (Logistic Regression, Decision Tree, and Random Forest). Analyzes factors like age, gender, and fare to identify key predictors.
A simple webapp that displays information about the deathtoll of the Titanic using the Titanic Dataset. The webapp is created using the Python3 library 'streamlit'. The app contains a few filters such as the Pclass, Gender and Survived(0 or 1) that display the data according to those filters selected.