- 06 May, 2022 3 commits
-
-
maciek riedl authored
Explicitly specify targeted Ubuntu version See merge request !293
-
Andreas Tsagkaropoulos authored
-
maciek riedl authored
Miscellaneous corrections and improvements See merge request !292
-
- 05 May, 2022 2 commits
-
-
Andreas Tsagkaropoulos authored
Correction to spawn correctly the R forecasting subprocess from Python in Linux (and not only in Windows) Improvement of the command used to start the forecasting process, in order to flush python output and obtain logs immediately when published Logging and business logic improvement in forecasts to warn about the availability of data with a timestamp equal to or newer compared to the timestamp of the requested prediction time, and nevertheless return the last available timestamp in the dataset
-
maciek riedl authored
Iccs eshybrid 2.0 See merge request !291
-
- 03 May, 2022 2 commits
-
-
Fotis Paraskevopoulos authored
-
Fotis Paraskevopoulos authored
-
- 20 Apr, 2022 1 commit
-
-
Andreas Tsagkaropoulos authored
-
- 19 Apr, 2022 1 commit
-
-
maciek riedl authored
Improvements to allow exponential smoothing forecasts using smaller forecasting horizons See merge request !286
-
- 18 Apr, 2022 1 commit
-
-
Andreas Tsagkaropoulos authored
Added appropriate code to handle cases in which predictions should be made with a horizon of less than 300 seconds in the future (setting the aggregation interval equal to this horizon) Added option in subprocess spawning to improve logging output Improvement of the handling of an unusual configuration and dataset combination (asking to use realtime mode on stale dataset)
-
- 14 Apr, 2022 2 commits
-
-
maciek riedl authored
Update gluonts_listener.py See merge request !282
-
Bizid Imen authored
-
- 07 Apr, 2022 2 commits
-
-
maciek riedl authored
Corrections necessary for the appropriate operation of the exponential smoothing predictor See merge request !280
-
maciek riedl authored
More logs, and initialization sequence See merge request !281
-
- 06 Apr, 2022 1 commit
-
-
Fotis Paraskevopoulos authored
-
- 01 Apr, 2022 2 commits
-
-
Andreas Tsagkaropoulos authored
Correction of the handling of an exception when prediction cannot be made
-
maciek riedl authored
Exponential Smoothing forecaster improvements See merge request !278
-
- 31 Mar, 2022 2 commits
-
-
Andreas Tsagkaropoulos authored
-
Andreas Tsagkaropoulos authored
-
- 30 Mar, 2022 1 commit
-
-
Andreas Tsagkaropoulos authored
Implemented some data sanitization to cover the case in which erroneous data is included in the dataset (and therefore remove timestamps which are outside the time range for which data has been requested for)
-
- 29 Mar, 2022 5 commits
-
-
Andreas Tsagkaropoulos authored
Addition of helper print_with_time method, allowing better log output (including the time), and change of print() calls to use it
-
Andreas Tsagkaropoulos authored
Added missing INFLUXDB_ORG property to configuration files
-
Andreas Tsagkaropoulos authored
-
maciek riedl authored
dataset-maker package installation corrected See merge request !279
-
Anna Warno authored
-
- 28 Mar, 2022 6 commits
-
-
maciek riedl authored
arima error package corrected See merge request !277
-
Andreas Tsagkaropoulos authored
Enriched property files to also contain configuration parameters which were expected as environmental variables Exclusively rely on property file values to connect to InfluxDB for historical metric values Improved the arrangement of State class fields Improved prediction logs
-
Anna Warno authored
# Conflicts: # .gitlab-ci.yml
-
Anna Warno authored
-
Anna Warno authored
-
maciek riedl authored
Ensembler - influx integration See merge request !276
-
- 27 Mar, 2022 1 commit
-
-
Anna Warno authored
-
- 19 Mar, 2022 1 commit
-
-
Marta Różańska authored
Improvements to exponential smoothing forecaster See merge request !270
-
- 18 Mar, 2022 2 commits
-
-
Andreas Tsagkaropoulos authored
Try to reconnect to broker only if 5 seconds have elapsed Implemented an attempt to create a dataset using all data if this is not possible using the partial data set in the configuration file Improvements to README file
-
Andreas Tsagkaropoulos authored
Improved the description of how to run the core predictive functionality, also adding details on two missing parameters Added better exception logging Enabled the use of `State.prediction_processing_time_safety_margin_seconds` variable instead of a hard-coded initialization Fixed the use of the floor function Removed the dynamic modification of the `State.number_of_days_to_use_data_from` variable
-
- 17 Mar, 2022 5 commits
-
-
Marta Różańska authored
Improvements for Exponential Smoothing predictor See merge request !267
-
Andreas Tsagkaropoulos authored
Correctly parse `testing_prediction_functionality` property
-
Marta Różańska authored
Improvements on exponential smoothing predictor See merge request !268
-
-
Andreas Tsagkaropoulos authored
-