Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Melodic
morphemic-preprocessor
Commits
54cd9fc3
Commit
54cd9fc3
authored
Jul 19, 2021
by
mriedl
Browse files
amq adaptation 1.1.3 (gluonts)
parent
ac5b8c1c
Pipeline
#14868
failed with stages
in 3 minutes and 15 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
prediction_orchestrator/pom.xml
View file @
54cd9fc3
...
...
@@ -80,7 +80,7 @@
<dependency>
<groupId>
gr.ntua.imu.morphemic
</groupId>
<artifactId>
amq-message-java-library
</artifactId>
<version>
1.1.
1
-SNAPSHOT
</version>
<version>
1.1.
2
-SNAPSHOT
</version>
</dependency>
<dependency>
...
...
prediction_orchestrator/src/main/java/eu/morphemic/prediction_orchestrator/communication/TopicFactory.java
View file @
54cd9fc3
...
...
@@ -25,7 +25,7 @@ class TopicFactory {
return
TopicNames
.
ForecastingMethodsToPredictionOrchestratorPredictionsTopic
.
lstm
(
metricName
);
}
case
"gluon_machines"
:
{
return
TopicNames
.
ForecastingMethodsToPredictionOrchestratorPredictionsTopic
.
gluon
_machine
s
(
metricName
);
return
TopicNames
.
ForecastingMethodsToPredictionOrchestratorPredictionsTopic
.
gluon
t
s
(
metricName
);
}
case
"prophet"
:
{
return
TopicNames
.
ForecastingMethodsToPredictionOrchestratorPredictionsTopic
.
prophet
(
metricName
);
...
...
@@ -69,7 +69,7 @@ class TopicFactory {
return
TopicNames
.
PredictionOrchestratorToForecastingMethodsStartForecastingTopic
.
lstm
;
}
case
"gluon_machines"
:
{
return
TopicNames
.
PredictionOrchestratorToForecastingMethodsStartForecastingTopic
.
gluon
_machine
s
;
return
TopicNames
.
PredictionOrchestratorToForecastingMethodsStartForecastingTopic
.
gluon
t
s
;
}
case
"prophet"
:
{
return
TopicNames
.
PredictionOrchestratorToForecastingMethodsStartForecastingTopic
.
prophet
;
...
...
@@ -105,7 +105,7 @@ class TopicFactory {
return
TopicNames
.
PredictionOrchestratorToForecastingMethodsStopForecastingTopic
.
lstm
;
}
case
"gluon_machines"
:
{
return
TopicNames
.
PredictionOrchestratorToForecastingMethodsStopForecastingTopic
.
gluon
_machine
s
;
return
TopicNames
.
PredictionOrchestratorToForecastingMethodsStopForecastingTopic
.
gluon
t
s
;
}
case
"prophet"
:
{
return
TopicNames
.
PredictionOrchestratorToForecastingMethodsStopForecastingTopic
.
prophet
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment