Hyperparameter truning (Decision Tree course, Section 9 CrossValidation & Hyperparameter Turning) notebook fails at runing cell 6:
ValueError: All the 250 fits failed. It is very likely that your model is misconfigured. You can try to debug the error by setting error_score='raise'.
rf_random.fit(X_train, y_train)
