-
Notifications
You must be signed in to change notification settings - Fork 23
/
test-project.yaml
53 lines (53 loc) · 1.42 KB
/
test-project.yaml
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
apiVersion: equinor.com/v1
kind: Gordo
metadata:
name: test-project
spec:
deploy-version: latest
config:
globals:
model: |
gordo.machine.model.anomaly.diff.DiffBasedAnomalyDetector:
base_estimator:
sklearn.pipeline.Pipeline:
steps:
- sklearn.preprocessing.MinMaxScaler
- gordo.machine.model.models.KerasAutoEncoder:
kind: feedforward_hourglass
runtime: |
influx:
enable: false
builder:
resources:
requests:
memory: 500 # 500MB
cpu: 300 # 0.3 core
server:
resources:
requests:
memory: 700 # 700MB
cpu: 100 # 0.1 core
limits:
memory: 1500 # 1.5GB
cpu: 300 # 0.3 core
machines:
- name: model1
dataset: |
data_provider:
type: RandomDataProvider
tags: #list of tags
- TAG 1
- TAG 2
- TAG 3
train_start_date: 2023-06-07T09:11:30+01:00
train_end_date: 2023-09-15T03:01:00+01:00
- name: model2
dataset: |
data_provider:
type: RandomDataProvider
tags:
- TAG 4
- TAG 5
- TAG 6
train_start_date: 2023-06-07T09:11:30+01:00
train_end_date: 2023-09-15T03:01:00+01:00