Skip to content

Commit

Permalink
Merge branch 'release/v0.6.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
evfro committed Aug 21, 2018
2 parents 15530ec + f305e37 commit b3e68bd
Show file tree
Hide file tree
Showing 7 changed files with 1,215 additions and 83 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ svd = SVDModel(data_model)
svd.build()
svd.evaluate()
```
Several different scenarios and use cases, which cover many practical aspects, can also be found in the [examples directory](/examples).

## Creating new recommender models
Basic models can be extended by subclassing `RecommenderModel` class and defining two required methods: `self.build()` and `self.get_recommendations()`. Here's an example of a simple item-to-item recommender model:
Expand Down
Loading

0 comments on commit b3e68bd

Please sign in to comment.