Closed henrifroese closed 3 years ago
I see, we should probably define the variable name for each library to avoid these kinds of issues also in the future.
@jbesomi build issues are now fixed with this pull request, can be merged.
class HeroTypes(pd.Series, pd.DataFrame)
to class HeroTypes
without base classes. The base classes are not needed and give a method resolution order error for newer python version[1,0,1,0]
and kmeans gives us the result [0,1,0,1]
(which as 1 and 0 are just categories is functionally the same), we also accept that resultVery good job! 🎉 These parts were tricky yet very important! Thanks a lot, Henri 👍 :)
There are problems with dependencies (spacy and gensim especially) leading to failing builds.