Skip to content
GitLab
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
90387636
Commit
90387636
authored
Mar 17, 2022
by
Andreas Tsagkaropoulos
Committed by
Marta Różańska
Mar 17, 2022
Browse files
Improvements on exponential smoothing predictor
parent
8fa45e2b
Changes
2
Hide whitespace changes
Inline
Side-by-side
morphemic-forecasting-exponentialsmoothing/Dockerfile
View file @
90387636
...
...
@@ -66,4 +66,4 @@ COPY ./src/r_predictors/forecasting_real_workload.R /home/r_predictions/
WORKDIR
/home/r_predictions/esm_forecaster-0.1.0
CMD
["/bin/sh","-c","python3 /home/r_predictions/esm_forecaster-0.1.0/runtime/Predictor.py /home/r_predictions/esm_forecaster-0.1.0/r_predictors/prediction_configuration.properties > /home/r_predictions/exponential_smoothing.log"]
\ No newline at end of file
CMD
["/bin/sh","-c","python3 /home/r_predictions/esm_forecaster-0.1.0/runtime/Predictor.py /home/r_predictions/esm_forecaster-0.1.0/r_predictors/prediction_configuration.properties > $LOG_FILE 2>&1"]
\ No newline at end of file
morphemic-forecasting-exponentialsmoothing/src/runtime/Predictor.py
View file @
90387636
...
...
@@ -310,4 +310,4 @@ if __name__ == "__main__":
# connection.topic("stop_forecasting",id)
# connection.topic("start_forecasting",id)
m
.
disconnect
()
State
.
connection
.
disconnect
()
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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