Question: After executing the following code, the user notices that the accuracy on the train set is 9 5 % and 5 0 % on the

After executing the following code, the user notices that the accuracy on the train set is 95% and 50% on the test set. Which one of the following lines could work as a solution for this problem?
tree_clf = DecisionTreeclassifier(max_depth=5)
tree_clf.fit(x, y)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!