gasevi / pyreclab

pyRecLab is a library for quickly testing and prototyping of traditional recommender system methods, such as User KNN, Item KNN and FunkSVD Collaborative Filtering. It is developed and maintained by Gabriel Sepúlveda and Vicente Domínguez, advised by Prof. Denis Parra, all of them in Computer Science Department at PUC Chile, IA Lab and SocVis Lab.
GNU General Public License v3.0
122 stars 28 forks source link

Does 'pyreclab' support dataframe from pandas? #2

Closed kyowill closed 7 years ago

gasevi commented 7 years ago

Hello kyowill, pandas is not supported to interact directly with pyreclab. Could you give me some details about your needs ?. Maybe we could evaluate the develop of new interfaces in order to support it in the future.

kyowill commented 7 years ago

In fact, I often load local file in dataframe, then pass the dataframe as input parameter, which is very flexible. You could learn some interface design from "implicit" or "lightFM". I strongly suggest this lab supports muti-core, otherwise it may be helpless in industry.

gasevi commented 7 years ago

Our objective is not be a copy of another framework, and at this moment, we are prioritizing tasks that we consider more relevant for the project.

For the multi-core point, as I told you before, we are already working on that.