4ea0754f0c
SIENTIAPDE-1646 Enhance MLFlow run ID resolution with error handling for missing and invalid source URIs
vitor-aignosi
2026-05-20 09:53:53 -03:00
ddb1618209
SIENTIAPDE-1646 Update quality-gate workflow to use python-quality-gate template
vitor-aignosi
2026-05-20 09:30:05 -03:00
90f8bdda61
SIENTIAPDE-1646 Update requirements.txt to align with recent dependency changes and ensure compatibility across the project.
vitor-aignosi
2026-05-20 09:26:35 -03:00
ee9c71cbbb
SIENTIAPDE-1646 Refactor ModelMetrics to utilize DriftAnalysis for drift detection
vitor-aignosi
2026-05-08 16:39:12 -03:00
c9ac25ea80
SIENTIAPDE-1646 Update README, requirements, and E2E tests for improved configuration and functionality
vitor-aignosi
2026-05-07 17:02:25 -03:00
0c9bea54c0
SIENTIAPDE-1811 Update .gitignore, requirements, and enhance OPC UA error handling
vitor-aignosi
2026-05-19 11:45:08 -03:00
c2e2a8ff7a
SIENTIAPDE-1811 Update values.yaml to rename worker references and adjust GitHub branch for SIENTIAPDE-1811. Changed nameOverride, fullnameOverride, and service account name to "sientia-laborious-legacy-worker" and updated the GITHUB_BRANCH value to "fix/SIENTIAPDE-1811".
vitor-aignosi
2026-05-18 10:17:52 -03:00
7bf7848a93
SIENTIAPDE-1811 Enhance OPC UA communication and metrics tracking
vitor-aignosi
2026-05-15 15:28:28 -03:00
7153f1da0d
SIENTIAPDE-1646 Remove requirements-light.txt and update requirements.txt to specify versions for asyncua and new sientia dependencies.
vitor-aignosi
2026-05-19 14:13:23 -03:00
4edf70c4a0
SIENTIAPDE-1646 SIENTIAPDE-1646 Add new runtime configuration for single environment in values.yaml
vitor-aignosi
2026-05-19 14:06:36 -03:00
b37ec60b5d
SIENTIAPDE-1646 Update .gitignore and input_sample.json for improved configuration management
vitor-aignosi
2026-05-18 13:03:39 -03:00
2a6def4056
SIENTIAPDE-1811 SIENTIAPDE-1811 Implement OPC write error handling and refactor tag writing logic
vitor-aignosi
2026-05-18 10:36:57 -03:00
7d59fd7c8c
SIENTIAPDE-1811 Update values.yaml to rename worker references and adjust GitHub branch for SIENTIAPDE-1811. Changed nameOverride, fullnameOverride, and service account name to "sientia-laborious-legacy-worker" and updated the GITHUB_BRANCH value to "fix/SIENTIAPDE-1811".
vitor-aignosi
2026-05-18 10:17:52 -03:00
e3636d4b88
SIENTIAPDE-1811 Enhance OPC UA testing framework and documentation
vitor-aignosi
2026-05-15 15:46:39 -03:00
638d5b70b4
SIENTIAPDE-1811 Enhance OPC UA communication and metrics tracking
vitor-aignosi
2026-05-15 15:28:28 -03:00
00cf8a2ad6
SIENTIAPDE-1646 Refactor OPC and OpcRepository classes to remove logger dependency and streamline logging calls
vitor-aignosi
2026-05-13 10:36:35 -03:00
84e6501063
SIENTIAPDE-1646 Implement new scheduling configurations for model retraining and drift analysis in input_sample.json
vitor-aignosi
2026-05-12 08:31:50 -03:00
4989cfcb3c
SIENTIAPDE-1646 SIENTIAPDE-1646 Add new scheduling configurations and remove outdated documentation
vitor-aignosi
2026-05-11 17:02:08 -03:00
16ea436e45
SIENTIAPDE-1646 Refactor MLflow configuration to use environment variable for tracking URL
vitor-aignosi
2026-05-11 13:28:37 -03:00
02913e341d
SIENTIAPDE-1646 Update sientia_model dependency in requirements.txt to allow for any version greater than or equal to 0.8.2
vitor-aignosi
2026-05-11 12:49:13 -03:00
d26e89aa98
SIENTIAPDE-1646 Update sientia_do dependency to version 1.12.1 in requirements.txt
vitor-aignosi
2026-05-11 12:44:13 -03:00
25430b5b26
SIENTIAPDE-1712 Update scipy version constraint in requirements.txt to allow versions below 1.14.0 for compatibility with existing dependencies.
vitor-aignosi
2026-04-02 10:07:05 -03:00
5e883d4530
SIENTIAPDE-1712 Add scipy version 1.13.0 to requirements.txt for enhanced scientific computing capabilities.
vitor-aignosi
2026-04-02 10:06:39 -03:00
5398ac6bc2
SIENTIAPDE-1712 Update sientia-mlops-library dependency to version 0.41.0 in requirements.txt for improved functionality and features.
vitor-aignosi
2026-04-01 16:53:12 -03:00
381856f5ca
SIENTIAPDE-1712 SIENTIAPDE-1712 Enhance logging across various classes by adding logger parameters and improving debug statements. This update includes adjustments in Gates, MLFlow, ModelMetrics, and MLFlowRepository classes for better traceability and observability during operations.
vitor-aignosi
2026-04-01 13:53:23 -03:00
b9fe4604f7
SIENTIAPDE-1712 SIENTIAPDE-1712 Convert confidence_value to float in API class to ensure consistent data type for value assignment in activity monitoring.
vitor-aignosi
2026-04-01 09:30:55 -03:00
59dd6078b0
SIENTIAPDE-1712 Update values.yaml to adjust workflow and activity poller configurations for improved performance, increasing minimum, initial, and maximum values. Additionally, add new minimal retrain parameters to enhance retraining capabilities.
vitor-aignosi
2026-03-31 16:21:32 -03:00
e6fee73cce
SIENTIAPDE-1712 SIENTIAPDE-1712 Enhance logging in MLFlowRepository class by introducing a dedicated _debug_dataframe method for conditional logging of DataFrame content. This update improves observability during model transformation, prediction, and retraining processes while managing log output effectively.
vitor-aignosi
2026-03-31 15:13:05 -03:00
a3775279e1
SIENTIAPDE-1712 SIENTIAPDE-1712 Refactor logging in MLFlowRepository class by removing the debug_dataframe method and replacing it with direct debug statements for improved clarity. This change enhances the logging of DataFrame content during model transformation, prediction, and retraining processes, ensuring better observability without excessive log output.
vitor-aignosi
2026-03-31 15:05:40 -03:00
d9ec7fc496
SIENTIAPDE-1712 Update values.yaml to rename SIE_MINIO_OFFLOAD_THRESHOLD_MEGABYTES to SIENTIA_MINIO_OFFLOAD_THRESHOLD_MEGABYTES and adjust its value to 0.5 for improved configuration clarity.
vitor-aignosi
2026-03-31 09:10:56 -03:00
7c32424cf1
SIENTIAPDE-1712 SIENTIAPDE-1712 Refactor logging in MinioDataFramePayload class to utilize custom_debug method for improved clarity and consistency. Enhanced DataFrame size logging by integrating a dedicated debug method, streamlining the logging process.
vitor-aignosi
2026-03-30 09:32:51 -03:00
fa88572126
SIENTIAPDE-1712 SIENTIAPDE-1712 Enhance logging in Gates, MLFlow, and Storage classes by integrating logger parameter for improved traceability. This update allows for better monitoring of operations and data handling across these components.
vitor-aignosi
2026-03-30 09:24:52 -03:00
00ac77a091
SIENTIAPDE-1712 SIENTIAPDE-1712 Implement debug logging in MinioDataFramePayload class for enhanced traceability. Added a static method for conditional logging and integrated debug statements throughout methods to capture DataFrame size estimates, upload actions, and retrieval processes, improving overall observability.
vitor-aignosi
2026-03-30 09:12:27 -03:00