dtree = Decision Tree Regressor().fit(X_train, y_train) d_predict = dtree.predict(X_test) plt.figure(figsize=(20, 12))