recommenders-team / recommenders

Best Practices on Recommendation Systems
https://recommenders-team.github.io/recommenders/intro.html
MIT License
19.29k stars 3.11k forks source link

[FEATURE] Reorganize the reco_utils folder #651

Closed yueguoguo closed 5 years ago

yueguoguo commented 5 years ago

Description

I found I did not reuse some good utitilies in the repo that could have saved much work in #637 . Not sure if a new user will get lost or not, given that many relevant utility functions are scattered here and there in the reco_utils

Expected behavior with the suggested feature

Other Comments

miguelgfierro commented 5 years ago

We discussed the documentation in some meeting. It would be quite easy to compile a documentation using sphinx and readthedocs.

yueguoguo commented 5 years ago

@miguelgfierro readthedocs is all we need 😄

gramhagen commented 5 years ago

I generated a branch at one point which used sphinx apidoc to generate documentation (at least for the reco_utils sub-folders). There were some concerns around how best to maintain / host the documentation though so it was not pushed forward. Maybe we should revisit it, with building / publishing docs built into the process for pushing to master?

yueguoguo commented 5 years ago

Agree with @gramhagen