Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zhedongzheng committed Aug 2, 2017
1 parent 1c78f71 commit 825090f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ I write each model as a single Class with ```fit()``` and ```predict()``` method

## Information Retrieval
#### Recommender System
* Python   |   Collborative Filtering   |   MovieLens     [User-based](https://github.com/zhedongzheng/finch/blob/master/ir-models/python/ncf.py)     [Test](https://github.com/zhedongzheng/finch/blob/master/ir-models/python/ncf_movielens_test.py)   |   NBA 2013-14     [User-based](https://github.com/zhedongzheng/finch/blob/master/ir-models/python/nba.py)     [Test](https://github.com/zhedongzheng/finch/blob/master/ir-models/python/nba_test.py)   |  
* Python   |   Collborative Filtering   |   MovieLens     [User-based](https://github.com/zhedongzheng/finch/blob/master/ir-models/python/ncf.py)     [Test](https://github.com/zhedongzheng/finch/blob/master/ir-models/python/ncf_movielens_test.py)   |   NBA 2013-14     [Player-based](https://github.com/zhedongzheng/finch/blob/master/ir-models/python/nba.py)     [Test](https://github.com/zhedongzheng/finch/blob/master/ir-models/python/nba_test.py)   |  

* Python   |   Apriori   |   MovieLens     [Function](https://github.com/zhedongzheng/finch/blob/master/ir-models/python/apriori.py)     [Test](https://github.com/zhedongzheng/finch/blob/master/ir-models/python/apriori_movielens_test.py)   |  

Expand Down

0 comments on commit 825090f

Please sign in to comment.