Name

Adrian Chen

How many points have you earned?

100/100

(Make your own calculation and replace the number 0 with the points you think you've earned.)

How many hours have you spent on this?

6

When did you first start working on this week's learning challenges?

Saturday

What is the most difficult part about this week's challenge?

Figuring out D3.

Show and tell (6 points)

Link (2 points)

Hierarchical Edge Bundling

Write down TWO D3 features you’d like to learn next . (4 points)

Circular graphing, Geographical graphing

MongoDB III

Checkpoints (4 points x 1 = 4 points)

1. (4 points)

image

Challenges (5 points x 5 = 25 points)

1. (5 points)

db.aiddata.find({"donor": "Belgium"},{"recipient": 1, "disbursement_amount":1})

screenshot

2. (5 points)

db.aiddata.find({"biodiversity":{$gt:0}},{"recipient" : 1, "disbursement_amout" : 1, "title" : 1})

screenshot

3. (5 points)

db.runCommand({ distinct: "aiddata", key : "flow_type"})

screenshot

4. (5 points)

db.runCommand({ distinct: "aiddata", key : "flow_type", query : { "disbursement_amount" : {$gt : 100000000}}})

screenshot

5. (5 points)

db.aiddata.aggregate([{$match: {donor : "Belgium"}}. {$group : { _id : "$year", total: {$sum : "$disbursement_amount"}}}])

screenshot

Machine Learning (II)

Challenge 1 (3 points x 4 = 12 points)

a. (3 points)

screenshot

b. (3 points)

screenshot

c. (3 points)

screenshot

d. (3 points)

screenshot

Challenge 2 (8 points)

screenshot

screenshot

D3 (V)

Checkpoints (5 points x 4 = 20 points)

1. (5 points)

image

checkpoint

2. (5 points)

image

checkpoint

3. (5 points)

image

checkpoint

4. (5 points)

image

checkpoint

Challenges (5 points x 3 + 10 points = 25 points)

1. (5 points)

screenshot

2. (5 points)

screenshot

3. (5 points)

screenshot

4. (10 points)

What is the highest rated strip club in Vegas? screenshot