forked from mcleonard/blog_posts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathposts.json
46 lines (41 loc) · 862 Bytes
/
posts.json
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
{
"p_values_statistical_testing": {
"tags": ["Python", "Statistics"],
"title": "Hypothesis testing and the origin of p-values"
},
"github_hosting_documentation": {
"tags": ["Python"],
"title": "Hosting Sphinx documentation on GitHub"
},
"men_have_journals_women_have_diaries": {
"tags": [
"feminism",
"humanism"
],
"title": "Men have journals, women have diaries"
},
"body_fat_percentage": {
"tags": [
"Python",
"regression",
"health"
],
"title": "Body Fat Percentage"
},
"yelp_timeline": {
"tags": [
"Python",
"Gaussian process",
"web scraping"
],
"title": "Yelp Rating Timelines"
},
"ab_testing_with_sampyl": {
"tags": [
"Python",
"MCMC",
"Sampyl"
],
"title": "A/B testing with Sampyl"
}
}