Solution to Kaggle's Titanic survival prediction.
This solution contains two classifiers: Logistic Regression and Linear SVM.
It also contains feature engineering. You can supress them from compiling to get a better insight on how it affects both the classifiers.
'train.csv' and 'test.csv' are the train and test data while 'gender_submission.csv' is a sample format of how the final prediction must be submitted on Kaggle.
The warning in the Logistic Regression is not an issue and can be avoided by mentioning the solver parameter in the LogisticRegression().
-
Notifications
You must be signed in to change notification settings - Fork 0
sriram2397/titanic-kaggle
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Solution to Kaggle's Titanic survival prediction
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published