Skip to content

Commit 60e0cac

Browse files
Merge pull request #2738 from smty2018/CatBoostClassifier
Titanic Survival Prediction ML Model(CatBoostClassifier)
2 parents c72bd53 + 1ad3fa2 commit 60e0cac

File tree

3 files changed

+19955
-0
lines changed

3 files changed

+19955
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Titanic Survival Prediction using CatBoost:
2+
3+
Aim
4+
Analyzing and predicting passenger survival on the Titanic using the CatBoost machine learning algorithm. The Titanic dataset contains passenger information such as age, gender, cabin class, fare, and more.
5+
6+
Details
7+
The project involves preprocessing the dataset, handling missing values, converting categorical variables into numeric representations, and using the CatBoostClassifier to build a predictive model.

0 commit comments

Comments
 (0)