-
Notifications
You must be signed in to change notification settings - Fork 28
/
README.rst
37 lines (20 loc) · 1.2 KB
/
README.rst
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
.. -*- mode: rst -*-
Recsys lectures as IPython notebooks
===================================
Those are lectures and demonstrations of Recsys using several libraries such as ``crab``, ``pandas``, ``scikit-learn``,
``mrjob`` and ``ipython``.
The target audience is experienced Python developers familiar with scientific computing.
Source code of the tutorial and exercises
-----------------------------------------
To open these notebooks in IPython, download the files to a directory on your computer and from that directory run:
$ ipython notebook
This will open a new page in your browser with a list of the available notebooks.
Online read-only versions
=========================
Use the following links:
* [0-Introduction-to-Non-Personalized-Recommenders](http://nbviewer.ipython.org/urls/raw.github.com/marcelcaraciolo/recsys-tutorial/master/tutorial/0-Introduction-to-Non-Personalized-Recommenders.ipynb)
License
=======
This tutorial is distributed under the Creative Commons Attribution
3.0 license. The Python example code and solutions to exercises are
distributed under the license Simplified BSD.