Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasHug committed Dec 17, 2016
1 parent c6492b6 commit caf2784
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,12 @@ MAE 0.7475 0.7447 0.7425 0.7449
RMSE 0.9461 0.9436 0.9425 0.9441
```

Surprise can also be used from the command line, e.g.:

```
python -m surprise -algo SVD -params "{'n_factors': 10}" -load-builtin ml-100k -n-folds 3
```

Benchmarks
----------

Expand Down

0 comments on commit caf2784

Please sign in to comment.