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
Predicting Titanic survival using machine learning models with age, sex, ticket class, and fare. Tested linear regression, logistic regression, and KNN with cross-validation and metrics like accuracy and recall. The best-performing model is available on GitHub with code, data, and results.