Skip to content

doinalangille/Movie-recommender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Movie recommender

Recommends movies based on user ratings. Uses Embarrassingly Shallow AutoEncoders for Sparse Data.

Notes

  • The code in model.py file is the propriety of Darel13712.

Input

Pandas DataFrame with columns: [user_id, item_id, [rating]] for both fit and predict.

Output

Pandas DataFrame with columns: [user_id, item_id, score].

References

About

Recommends movies based on user ratings. Uses an Embarrassingly Shallow AutoEncoder

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages