caserec / CaseRecommender

Case Recommender: A Flexible and Extensible Python Framework for Recommender Systems
MIT License
471 stars 91 forks source link

Upgrade pandas indexing functions #39

Closed geriskenderi closed 2 years ago

geriskenderi commented 4 years ago

Hello,

Your library seems quite interesting, but when I was trying to use it I saw that it makes use of the pandas .ix function. This attribute has been removed in pandas > 1.0.0 (basically the new 2020 version). Since that is the case, you should fix the original code and use loc or iloc to index, otherwise we can't use this library without downgrading pandas.

arthurfortes commented 2 years ago

Problem fixed on version 1.1.1