Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions titanic/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Project 8: Predicting Titanic Survival

In this project, we'll tackle the classic Titanic survival prediction problem. We'll use logistic regression to predict whether a passenger on the Titanic survived based on their features. The focus will be on feature engineering and data preprocessing, two crucial steps in real-world machine learning pipelines.

## Dataset
Loading