DeepBlockDeepak / kaggle_titanic

Titanic Survivor Predictor: A multiple machine learning model project to forecast survival outcomes of Titanic passengers. Engineered from historical data, refined with feature selection, tested with CI/CD, and outputs validation metrics.
https://www.kaggle.com/c/titanic
1 stars 0 forks source link

Hand Rolled RandomForestClassifier #18

Closed DeepBlockDeepak closed 6 months ago

DeepBlockDeepak commented 6 months ago

Objective

To extend existing hand-rolled decision tree classifier into a RandomForestClassifier (RFC) by incorporating bootstrap aggregating (bagging) and feature randomness. This will improve prediction accuracy and control overfitting.

Tasks

Logic and Considerations

Testing