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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user