SIENTIAPDE-1182

Update tests.ipynb and gates.py for enhanced functionality and clarity

- Adjusted execution count in tests.ipynb for reproducibility.
- Modified DataFrame creation in tests.ipynb to dynamically set size and update timestamp frequency.
- Added a new filter function for empty data in gates.py to improve data handling.
This commit is contained in:
vitor-aignosi
2025-09-04 15:39:01 -03:00
parent 8ab1b9b437
commit f971e711bd
2 changed files with 28 additions and 107 deletions

View File

@@ -41,6 +41,7 @@ mlflow_response_filter_functions = {
# MLFlow content filter function mappings
mlflow_content_filter_functions = {
'NAN_VALUES': nan_values_filter,
'EMPTY_DATA': filter_empty_data,
'path_confidence': {
'STOP': -1,
'CONTINUE': 18,