while making the decision tree,
in def init(self,…)
the self in above is not colored as like in video
and creating an error while training the data
d=DecisionTree
d.train(clean_data)
error:
train() missing 1 required positional argument: ‘Xtrain’