Open rexmadden opened 6 years ago
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.
Thanks for your comment..!
I just pegged the version in the environment file. Everything else should work file
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.