lmaraite / Collaborative_Filtering

Collaborative Filtering Implementation
GNU General Public License v3.0
0 stars 0 forks source link

Bug/#29 user based evaluation dataset #33

Closed cvonder1 closed 4 years ago

cvonder1 commented 4 years ago

As proposed in #29 the dataset can now be build with the DatasetBuilder. The run_accuracy_evaluation uses this builder, so that the matrix gets transposed, when the user-based approach is selected.

Closes #29