-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
460de43
commit 0e1c293
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Titanic-Machine-Learning-Competition | ||
I participated in the Titanic ML competition where I used Machine learning to create a model to predict which passengers survived the Titanic shipwreck. | ||
Logistic Regression was my model of choice because it works well with probability with the help of its sigmoid function. | ||
Pipelines and ColumnTransformers were used to simplify the coding process. | ||
I performed well with a score of 0.76794 | ||
Random Forest Classifier was my model of choice | ||
I applied Feature Engineering to create new features to better the model used | ||
I performed well with a score of 0.77751 |