caserec / CaseRecommender

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

Item recommendation doesn't accept alternative space types (sep) for test-file #42

Closed tscheidt closed 3 years ago

tscheidt commented 3 years ago

This problem is caused by the line 86 in caserec/recommenders/item_recommendation/base_item_recommendation.py, can easily be fixed by altering line to self.test_set = ReadFile(self.test_file, sep=self.sep).read()

arthurfortes commented 3 years ago

Solved with pull request #41.