Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/NicolasHug/Surprise
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasHug committed Nov 22, 2016
2 parents 2d9038e + f7dfe45 commit d04e6db
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
CURRENT
VERSION 1.0.0
=======

Date: 22/11/16

* Changed name from recsys to surprise
* Improved printing of accuracy measures.
* Added version number.
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[![GitHub
version](https://badge.fury.io/gh/nicolashug%2Fsurprise.svg)](https://nicolashug.github.io/Surprise/)
[![GitHub version](https://badge.fury.io/gh/nicolashug%2FSurprise.svg)](https://badge.fury.io/gh/nicolashug%2FSurprise)
[![Documentation Status](https://readthedocs.org/projects/surprise/badge/?version=latest)](http://surprise.readthedocs.io/en/latest/?badge=latest)
[![Build
Status](https://travis-ci.org/NicolasHug/Surprise.svg?branch=master)](https://travis-ci.org/NicolasHug/Surprise)
Expand Down Expand Up @@ -40,7 +39,7 @@ purposes in mind**:
- Provide with tools to [evaluate](http://surprise.readthedocs.io/en/latest/evaluate.html),
[analyse](http://nbviewer.jupyter.org/github/NicolasHug/Surprise/tree/master/examples/notebooks/KNNBasic_analysis.ipynb/)
and
[compare](http://nbviewer.jupyter.org/github/NicolasHug/Surprise/tree/master/examples/notebooks/Compare.ipynb/)
[compare](http://nbviewer.jupyter.org/github/NicolasHug/Surprise/blob/master/examples/notebooks/Compare.ipynb)
the algorithms performance. Cross-validation procedures can be run very easily.

The name *SurPRISE* (roughly) stands for Simple Python RecommendatIon System
Expand Down

0 comments on commit d04e6db

Please sign in to comment.