Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pdp_interact_plot is incompatible with matplotlib 3.0.0 #223

Open
rexmadden opened this issue Oct 1, 2018 · 2 comments
Open

pdp_interact_plot is incompatible with matplotlib 3.0.0 #223

rexmadden opened this issue Oct 1, 2018 · 2 comments

Comments

@rexmadden
Copy link

rexmadden commented Oct 1, 2018

In ml1/lesson2-rf_interpretation.ipynb

Since we don't pin a matplotlib version, mine was updated to 3.0.0. This caused an issue because https://matplotlib.org/api/_as_gen/matplotlib.pyplot.clabel.html does not take contour_label_fontsize

After going back to 2.2.3, it was fine.

@ghost
Copy link

ghost commented Aug 27, 2019

Thanks for your comment..!

  1. How did you downgrade it to version 2.2.3 ?
  2. When you downgrade, did the other functions like 'pdp.pdp_interact' effect (i.e did you have to change anything)?

@rexmadden
Copy link
Author

I just pegged the version in the environment file. Everything else should work file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant