You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The function sklearn.inspection.plot_partial_dependence is not implemented in newer scikit-learn versions.
For example, when trying to execute the partial dependence example from chapter 09_tabular.ipynb in "Model Interpretation -> Partial Dependence" I will get the following error:
The function
sklearn.inspection.plot_partial_dependence
is not implemented in newer scikit-learn versions.For example, when trying to execute the partial dependence example from chapter 09_tabular.ipynb in "Model Interpretation -> Partial Dependence" I will get the following error:
Tested with scikit-learn version:
In the documetation of scikit-learn I can't find
sklearn.inspection.plot_partial_dependence
after version 1.1.In the newer scikit versions (1.2 or 1.3) we can use
sklearn.inspection.PartialDependenceDisplay.from_estimator
insteadFor example:
References:
The text was updated successfully, but these errors were encountered: