Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
posi-olomo authored Mar 29, 2022
1 parent 460de43 commit 0e1c293
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
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

0 comments on commit 0e1c293

Please sign in to comment.