forked from ml-brasil/discover-github-data
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
32 lines (28 loc) · 647 Bytes
/
config.json
File metadata and controls
32 lines (28 loc) · 647 Bytes
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
{
//
"preselection": {
// initial date
"from_year" : 2015,
"from_month" : 1,
"from_day" : 1,
// final date
"to_year" : 2015,
"to_month" : 10,
"to_day" : 7,
// for data selection
"min_stars" : 2,
"min_forks" : 0,
"min_commits" : 0,
// data files
"archives_url" : "http://data.githubarchive.org",
"archives_dir" : "archives",
"dataset_file" : "archives.csv"
},
//
"input_per_file": 2400,
"input_dir" : "_input",
"output_dir" : "_output",
"cache_dir" : ".cache",
"log_file" : "preselection.log"
// "log_file" : null
}