Question: #Python Decision Tree code without build-in function Write decision tree code from scratch. No not use build-in function. Also explain each and every step you
#Python Decision Tree code without build-in function
Write decision tree code from scratch. No not use build-in function.
Also explain each and every step you did.
Do no use sklearn or any library
Data set : https://www.kaggle.com/deanders991/titanic-training-dataset
Y_attribute: column "survived"
X_attributes : Expect "non-survived"
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
