-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathratings.json
More file actions
56 lines (56 loc) · 2.16 KB
/
ratings.json
File metadata and controls
56 lines (56 loc) · 2.16 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"info": "Data from https://github.com/arthur-e/Programming-Collective-Intelligence/blob/master/chapter2/recommendations.py",
"movies": ["Attitude Is Everything...", "The Unusual Billionaires", "Nothing Lasts Forever", "Stay Hungry Stay Foolish", "The Bell Jar", "The Night Listener"],
"bimg":["http://ecx.images-amazon.com/images/I/41F8ATXoMOL._SX317_BO1,204,203,200_.jpg","http://ecx.images-amazon.com/images/I/51DPIkXtH1L._SX323_BO1,204,203,200_.jpg","","","",""],
"ratings": {
"Lisa Rose": {
"Attitude Is Everything...": 2.5,
"The Unusual Billionaires": 3.5,
"Nothing Lasts Forever": 3.0,
"Stay Hungry Stay Foolish": 3.5,
"The Bell Jar": 2.5,
"The Night Listener": 3.0
},
"Gene Seymour": {
"Attitude Is Everything...": 3.0,
"The Unusual Billionaires": 3.5,
"Nothing Lasts Forever": 1.5,
"Stay Hungry Stay Foolish": 5.0,
"The Night Listener": 3.0,
"The Bell Jar": 3.5
},
"Michael Phillips": {
"Attitude Is Everything...": 2.5,
"The Unusual Billionaires": 3.0,
"Stay Hungry Stay Foolish": 3.5,
"The Night Listener": 4.0
},
"Claudia Puig": {
"The Unusual Billionaires": 3.5,
"Nothing Lasts Forever": 3.0,
"The Night Listener": 4.5,
"Stay Hungry Stay Foolish": 4.0,
"The Bell Jar": 2.5
},
"Mick LaSalle": {
"Attitude Is Everything...": 3.0,
"The Unusual Billionaires": 4.0,
"Nothing Lasts Forever": 2.0,
"Stay Hungry Stay Foolish": 3.0,
"The Night Listener": 3.0,
"The Bell Jar": 2.0
},
"Jack Matthews": {
"Attitude Is Everything...": 3.0,
"The Unusual Billionaires": 4.0,
"The Night Listener": 3.0,
"Stay Hungry Stay Foolish": 5.0,
"The Bell Jar": 3.5
},
"Toby": {
"The Unusual Billionaires": 4.5,
"The Bell Jar": 1.0,
"Stay Hungry Stay Foolish": 4.0
}
}
}