cosanlab / neighbors

A package to perform collaborative filtering on emotion datasets.
https://cosanlab.github.io/neighbors
MIT License
10 stars 8 forks source link

README intro missing import statement #34

Open Marissa-Clark opened 3 years ago

Marissa-Clark commented 3 years ago

from neighbors.models import NNMF_sgd from neighbors.utils create_user_item_matrix, estimate_performance

In your example code in the README, the second import statement is missing the word 'import'.