caserec / CaseRecommender

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

Separator bug fix to read all datasets #41

Closed andlzanon closed 3 years ago

andlzanon commented 3 years ago

In the base_item_recommendation.py when the dataset is not separated with \t, the default separator, an error appears in the ReadFile method. I added only the parameter sep to the ReadFile method to fix the bug

arthurfortes commented 3 years ago

Thanks a lot for your contribution, @andlzanon .