gbolmier / funk-svd

:zap: A python fast implementation of the famous SVD algorithm popularized by Simon Funk during Netflix Prize
MIT License
213 stars 64 forks source link

Changing function to download all variants of movielens #2

Closed guedes-joaofelipe closed 4 years ago

guedes-joaofelipe commented 5 years ago

Changed the methods on dataset.py to download and create dataframe from the other movielens variants (100k, 1M, 10M)

gbolmier commented 4 years ago

Hey @guedes-joaofelipe, thanks for the pull request! In the the right sidebar of your pull request, could you select Allow edits from maintainers please, there are some changes I would like to make

guedes-joaofelipe commented 4 years ago

Hi @gbolmier ! The Allow edits from maintainers checkbox is already selected. Did you manage to make the changes?