Decision Tree: Hyperparametar tuning error in script

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)

Hi Antoni,



There was an error in the type of the variable max_depth, which was fixed, and the notebook was updated. However, I am not able to replicate this issue. I suggest you re-run the notebook and provide a screenshot of the issue if it persists.



Thanks,

Akshay