Section 01
Introduction to the Titanic Survival Prediction Project
This project is a practical case of predicting Titanic passengers' survival rate. Using ensemble learning methods (stacking Random Forest, Gradient Boosting, and SVM models) combined with feature engineering, it achieved a score of 0.77990 in the Kaggle competition. The project source is from a GitHub repository (Author: bayudwimulyadi, Link: https://github.com/bayudwimulyadi/Titanic-Survival-Prediction, Release Date: 2026-05-24). The following floors will detail the background, feature engineering, model construction, results, and experience summary.