Today I officially kicked off my Titanic Survival Prediction project πŸš€
As the first step, I focused on getting familiar with the data through basic EDA (Exploratory Data Analysis).


πŸ” What I explored today

  1. Loaded the train and test datasets
  2. Inspected data structures (head(), info(), describe(include='all'))
  3. Checked for missing values and noted columns needing attention (Age, Cabin, Embarked, Fare)
  4. Visualized key features:
  5. Set the initial roadmap for data cleaning:

🧠 Key Takeaway

Good EDA is about asking: β€œHow will this help the model later?”
Rather than aimlessly plotting graphs, I tried to focus on features that might actually impact survival outcomes.


🧩 Next Steps


Feels good to finally set sail 🚒
Let’s survive and thrive in this competition!