caserec / CaseRecommender

Case Recommender: A Flexible and Extensible Python Framework for Recommender Systems
MIT License
471 stars 91 forks source link

Create a tutorial with a very basic example #22

Closed jfunez closed 2 years ago

jfunez commented 5 years ago

I think it may help to anyone who wants to apply or tests CR with a very simple example, or maybe add links to learn basics concepts.

arthurfortes commented 5 years ago

Hi, @jfunez !

We have our Wiki and a folder with some examples of user.

we are working to improve the usage description of our framework and we welcome all suggestions.

We will take into account your comment and we will try to leave the points raised more clearly.

Thank you!

HarshdeepGupta commented 5 years ago

I second @jfunez , there is definitely a need of better documentation!

linh47 commented 5 years ago

List the paper cites may be helpful.Sometimes we want to know which algorithm is newer.

arthurfortes commented 5 years ago

@linh47 In the header of each implemented algorithm, I referenced the authors and the article/ paper, in which I relied to implement the code.