Skip to content

Predicting if the passenger is survived or not using Decision tree classifier

Notifications You must be signed in to change notification settings

veeramallirajesh/DecisionTree_Titanic_data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DecesionTree_Titanicdata

Predicting if the passenger is survived or not using Decision tree classifier Decision tree classifier is used to create a model and train the model with the available data. coverting the categorical column Age to integer column using sklearn preprocessing library. Converting all the float columns to integer columns. After training validationg the score of the model. Then predicting the new case by providing the sample input to the model.

About

Predicting if the passenger is survived or not using Decision tree classifier

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages