Skip to content

Commit

Permalink
main (#15)
Browse files Browse the repository at this point in the history
* Miscellaneous improvements

Added required dependencies in the setup script
Improved logging during dataset creation
Added README.md file

Change-Id: I67e98938f3660656d2ced916f258dfe5d475ecd3

* Readme file location correction

Corrected the location of the README.md file

Change-Id: I89b86b7471123d653592cd98f513ff25181d2520

* Environment variable correction

Added default value for an environmental variable

Change-Id: I81ca8f427c78aaec62d3eef9bad47d685e2a84ba

* Small configuration file improvements

* Corrected the publishing of forecasts for a particular application

* Retrieve the appropriate publisher to publish predictions, using the application name

* Fix the check for metric_list message version

* Necessary Improvements to allow multi-application support

Fixed the function call procedure for individual attribute predictions

Fixed the handling of upper/lower bounds of individual attributes in prediction sanitization

* Miscellaneous improvements

Improved the logging of the forecaster

Fixed the handling of upper/lower bounds of individual attributes in prediction sanitization

* Corrections to the logging level

* Additional correction to the logging level
  • Loading branch information
atsag authored Oct 7, 2024
1 parent 269791a commit 013cd0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#Mon Oct 07 14:21:24 UTC 2024
INFLUXDB_HOSTNAME=nebulous-influxdb
INFLUXDB_PORT=8086
INFLUXDB_USERNAME=my-user
Expand Down
2 changes: 1 addition & 1 deletion exponential-smoothing-predictor/src/runtime/Predictor.py
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ def main():
Utilities.update_influxdb_organization_id()
# Subscribe to retrieve the metrics which should be used

logging.basicConfig(level=logging.info)
logging.basicConfig(level=logging.INFO)
id = "exponentialsmoothing"
EsPredictorState.disconnected = True

Expand Down

0 comments on commit 013cd0a

Please sign in to comment.