Quantcast
Channel: Data Science, Analytics and Big Data discussions - Latest topics
Viewing all articles
Browse latest Browse all 4448

Understand decision tree in jupiter notebook

$
0
0

@tillutony wrote:

Hi
when we execute the belowcode I am not able to interpret the decision tree and idont see a tree in visual terms. can you please explain how do I proceed to interpret the results and look at the tree visually in notebook.

model = DecisionTreeClassifier()
predictor_var = ['Credit_History','Gender','Married','Education']
classification_model(model, df,predictor_var,outcome_var)

insights much appreciated.
Regards,
Tony

Posts: 3

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 4448

Trending Articles