tsafavi / codex

CoDEx: A set of knowledge graph Completion Datasets Extracted from Wikidata and Wikipedia
MIT License
153 stars 26 forks source link

Fix AttributeError in Explore CoDEx.ipynb #8

Open 1Maxnet1 opened 1 year ago

1Maxnet1 commented 1 year ago

When following the Explore CoDEx.ipynb step by step at cell 15 with an AttributeError, as a certain method was deprecated in matplotlib 3.2 and later removed (see e.g. here https://github.com/pysal/splot/issues/115)

So to fix this I added a fix for the version in the requirements.txt. This makes the fixes the problem for me.

If you need any further information let me know :)