-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.properties
More file actions
31 lines (28 loc) · 1.05 KB
/
config.properties
File metadata and controls
31 lines (28 loc) · 1.05 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
[MongoDB]=
mongo.client = mongodb://localhost:27017/
db.name = hyperion_IUS
average.judge.by.object.collection = averageJudgeByObject
forecast.average.by.object.collection = forecastAverageJudgeByObject
[JsonFields]=
judicial.office.field = ufficio
judge.field = giudice
object.field = materia
section.field = sezione
end.date.field = data_fine
judge.moving.average.by.object.field = mediaMobileGiudicePerMateria
average.contemporaneity.index.field = indiceContemporaneitaMedio
[ModelParams]=
predictive.model = LSTM_Multivariate
shift.option = True
time.steps.LSTM = 5
[PredictionParams]=
test.percentage.ARIMAX = 0.07
test.percentage.LSTM = 0.10
sampling.period.days = 15
minimum.number.observations = 50
[FilePaths]=
arimax.metrics.filepath = ../metrics/metrics_ARIMAX_multivariate.csv
lstm.multivariate.metrics.filepath = ../metrics/metrics_lstm_multivariate.csv
lstm.univariate.metrics.filepath = ../metrics/metrics_lstm_univariate.csv
lstm.univariate.checkpointing.dir = ../checkpoint_univariateLSTM
lstm.multivariate.checkpointing.dir = ../checkpoint_multivariateLSTM