Skip to content

Commit

Permalink
Uploaded package on anaconda, updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasHug committed Oct 1, 2017
1 parent 3804fc0 commit 6eabef9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,21 +142,25 @@ the GNU [time](http://man7.org/linux/man-pages/man1/time.1.html) command.
| [Slope One](http://surprise.readthedocs.io/en/stable/slope_one.html#surprise.prediction_algorithms.slope_one.SlopeOne) | .9065 | .7144 | 8 |
| [Co clustering](http://surprise.readthedocs.io/en/stable/co_clustering.html#surprise.prediction_algorithms.co_clustering.CoClustering) | .9155 | .7174 | 2 |

Installation / Usage
--------------------
Installation
------------

The easiest way is to use pip (you'll need [numpy](http://www.numpy.org/)):

$ pip install numpy
$ pip install scikit-surprise

Or you can clone the repo and build the source (you'll need
[Cython](http://cython.org/) and [numpy](http://www.numpy.org/)):
If you use conda (**should** work for Python 2.7, 3.5 and 3.6):

$ conda install -c nicolashug scikit-surprise

For the latest version, you can also clone the repo and build the source
(you'll first need [Cython](http://cython.org/) and
[numpy](http://www.numpy.org/)):

$ git clone https://github.com/NicolasHug/surprise.git
$ python setup.py install


License
-------

Expand Down
1 change: 0 additions & 1 deletion TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ TODO
====

* Allow to discount similarities (see aggarwal)
* Support conda?
* Allow incremental updates for some algorithms
* Profile code (mostly cython) to see what could be optimized

Expand Down

0 comments on commit 6eabef9

Please sign in to comment.