gitlabds 2.1.4__tar.gz → 2.1.5__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (26) hide show
  1. {gitlabds-2.1.4 → gitlabds-2.1.5}/PKG-INFO +1 -1
  2. {gitlabds-2.1.4 → gitlabds-2.1.5}/gitlabds/monitoring_metrics.py +4 -2
  3. {gitlabds-2.1.4 → gitlabds-2.1.5}/gitlabds.egg-info/PKG-INFO +1 -1
  4. {gitlabds-2.1.4 → gitlabds-2.1.5}/LICENSE +0 -0
  5. {gitlabds-2.1.4 → gitlabds-2.1.5}/README.md +0 -0
  6. {gitlabds-2.1.4 → gitlabds-2.1.5}/gitlabds/__init__.py +0 -0
  7. {gitlabds-2.1.4 → gitlabds-2.1.5}/gitlabds/baselines.py +0 -0
  8. {gitlabds-2.1.4 → gitlabds-2.1.5}/gitlabds/config_generator.py +0 -0
  9. {gitlabds-2.1.4 → gitlabds-2.1.5}/gitlabds/dummy.py +0 -0
  10. {gitlabds-2.1.4 → gitlabds-2.1.5}/gitlabds/feature_reduction.py +0 -0
  11. {gitlabds-2.1.4 → gitlabds-2.1.5}/gitlabds/insights.py +0 -0
  12. {gitlabds-2.1.4 → gitlabds-2.1.5}/gitlabds/memory_optimization.py +0 -0
  13. {gitlabds-2.1.4 → gitlabds-2.1.5}/gitlabds/missing.py +0 -0
  14. {gitlabds-2.1.4 → gitlabds-2.1.5}/gitlabds/missing_check.py +0 -0
  15. {gitlabds-2.1.4 → gitlabds-2.1.5}/gitlabds/missing_fill.py +0 -0
  16. {gitlabds-2.1.4 → gitlabds-2.1.5}/gitlabds/model_evaluator.py +0 -0
  17. {gitlabds-2.1.4 → gitlabds-2.1.5}/gitlabds/outliers.py +0 -0
  18. {gitlabds-2.1.4 → gitlabds-2.1.5}/gitlabds/split_data.py +0 -0
  19. {gitlabds-2.1.4 → gitlabds-2.1.5}/gitlabds/trends.py +0 -0
  20. {gitlabds-2.1.4 → gitlabds-2.1.5}/gitlabds.egg-info/SOURCES.txt +0 -0
  21. {gitlabds-2.1.4 → gitlabds-2.1.5}/gitlabds.egg-info/dependency_links.txt +0 -0
  22. {gitlabds-2.1.4 → gitlabds-2.1.5}/gitlabds.egg-info/requires.txt +0 -0
  23. {gitlabds-2.1.4 → gitlabds-2.1.5}/gitlabds.egg-info/top_level.txt +0 -0
  24. {gitlabds-2.1.4 → gitlabds-2.1.5}/setup.cfg +0 -0
  25. {gitlabds-2.1.4 → gitlabds-2.1.5}/setup.py +0 -0
  26. {gitlabds-2.1.4 → gitlabds-2.1.5}/tests/__init__.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: gitlabds
3
- Version: 2.1.4
3
+ Version: 2.1.5
4
4
  Summary: Gitlab Data Science and Modeling Tools
5
5
  Home-page: https://gitlab.com/gitlab-data/gitlabds
6
6
  Author: Kevin Dietz
@@ -133,7 +133,8 @@ def calculate_monitoring_metrics(
133
133
  'feature_name': feature_name,
134
134
  'psi_value': psi_value,
135
135
  'feature_importance': feat_importance,
136
- 'status': status
136
+ 'status': status,
137
+ 'created_at': datetime.datetime.now()
137
138
  })
138
139
 
139
140
  # =================================================================
@@ -294,7 +295,8 @@ def calculate_monitoring_metrics(
294
295
  'prediction_drift_status': prediction_drift_status,
295
296
  'feature_drift_summary': json.dumps(drift_summary),
296
297
  'feature_drift_status': overall_status,
297
- 'model_configuration': json.dumps(model_configuration)
298
+ 'model_configuration': json.dumps(model_configuration),
299
+ 'created_at': datetime.datetime.now()
298
300
  }])
299
301
 
300
302
  # Feature Drift DataFrame
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: gitlabds
3
- Version: 2.1.4
3
+ Version: 2.1.5
4
4
  Summary: Gitlab Data Science and Modeling Tools
5
5
  Home-page: https://gitlab.com/gitlab-data/gitlabds
6
6
  Author: Kevin Dietz
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes