January 9, 2023
Created a tool that predicted the survival of passengers based on various features such as age, gender, and ticket class using machine learning models.
Cleaned and preprocessed data using methods such as, imputing missing values, encoding categorical features, and scaling numeric features.
Engineered features from the data to model using logistic regression, decision trees, random forests, and support vector machines (SVMs) algorithms.
Optimized the algorithms using GridSearchCV to reach best model.