-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.ini
executable file
·61 lines (51 loc) · 1.13 KB
/
config.ini
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
57
58
59
60
61
[connections]
active = tweets
tweets = tweets.thisminute.org
tweets-test = 35.226.51.244
tweets-usa = 104.197.14.79
##### sentinel ######
[display]
source = all
lookback = 3600
lookahead = 18000
##### archivist #####
[grid]
# distances between boundaries must be multiples of the cell size
west = -130
east = -65
south = 20
north = 55
cell_size = .2
regional_radius = 1
###### pericog ######
[pericog]
thread_count = 8
pericog = pericog
tokenizer = tokenizer
token_vectorizer = glove
document_vectorizer = tmcove
classifier = random_forest
[glove]
generate_missing = 0
[random_forest]
train_steps = 1000
batch_size = 1000
num_features = 784
num_trees = 100
max_nodes = 1000
use_training_loss = False
[optics]
epsilon = .2
minimum_points = 3
reachability_max = 0.45
reachability_min = 0
thread_count = 8
batch_size = 1000
[threshold]
spacial_percentage = 0.1
temporal_percentage = 0.1
spacial_deviations = 3
temporal_deviations = 1
##### tagger ######
[vote_thresholds]
locked = 3