-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclassifier.yaml
More file actions
84 lines (76 loc) · 1.45 KB
/
classifier.yaml
File metadata and controls
84 lines (76 loc) · 1.45 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
---
modules:
text_vectorizer:
image: catenae/erdd-links
input:
- new_texts
output:
- count_vectors
aerospike:
namespace: test
set: setup_objects
instances: 1 # 20
vector_aggregator:
image: catenae/erdd-links
input:
- count_vectors
output:
- aggregated_vectors
aerospike:
namespace: test
set: setup_objects
instances: 1 # 40
tfidf_transformer:
image: catenae/erdd-links
input:
- count_vectors
- aggregated_vectors
output:
- tfidf_vectors
aerospike:
namespace: test
set: setup_objects
instances: 1 # 40
model_predictor:
image: catenae/erdd-links
input:
- tfidf_vectors
output:
- user_probabilities
- text_probabilities
- processed_users
- processed_texts
aerospike:
namespace: test
set: setup_objects
instances: 1 # 10
probability_storer:
image: catenae/erdd-links
input:
- user_probabilities
post_updater:
image: catenae/erdd-links
input:
- text_probabilities
alert_manager:
image: catenae/erdd-links
input:
- user_probabilities
output:
- alerts
aerospike:
alert_storer:
image: catenae/erdd-links
input:
- alerts
conf:
kafka:
address: 127.0.0.1
port: 9092
aerospike:
address: 127.0.0.1
port: 3000
ancoris:
address: 127.0.0.1
port: 40100
base_url: /api/v1.0