Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Register summary stats in CLI runner #353

Merged
merged 1 commit into from
Jan 17, 2024
Merged

Conversation

michael-nml
Copy link
Collaborator

@michael-nml michael-nml commented Jan 17, 2024

Enable running summary stat calculators via CLI.

@michael-nml michael-nml force-pushed the feat/cli-summary-stats branch from ae71f76 to 2e01d61 Compare January 17, 2024 18:43
Copy link

codecov bot commented Jan 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (c6e5aa7) 83.04% compared to head (2e01d61) 83.05%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #353      +/-   ##
==========================================
+ Coverage   83.04%   83.05%   +0.01%     
==========================================
  Files         100      100              
  Lines        7549     7554       +5     
  Branches     1351     1351              
==========================================
+ Hits         6269     6274       +5     
  Misses        956      956              
  Partials      324      324              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@nnansters nnansters merged commit 20cc6f7 into main Jan 17, 2024
7 of 8 checks passed
nnansters pushed a commit that referenced this pull request Jan 22, 2024
nnansters added a commit that referenced this pull request Jan 22, 2024
* First version of continuous distribution calculator working

* Refactor plotting to support drift results for alert specification

* Support running ContinuousDistributionCalculator in the Runner

* Fix pickling ContinuousDistributionCalculator

* Working version of CategoricalDistributionCalculator

* This is not how overload works.

* Getting index-based plots to work

* Support categorical distribution calculator in the runner

* Fix Flake8 & mypy

* Expose option to downscale resolution of individual joyplots for continuous distribution plots

* Expose cumulative density for KDE quartiles

* Use first point >= quartile instead of closest

* Updated default thresholds for Univariate Drift detection methods

* Fix broken ranker tests. This is why we do PR's kids.

* Fix linting

* Register summary stats in CLI runner (#353)

* Unique identifier column to nannyML datasets (#348)

* add unique ID column

* Remove duplicate 'identifier' column

* Fix broken tests

* isort changes

---------

Co-authored-by: Niels Nuyttens <[email protected]>

---------

Co-authored-by: Michael Van de Steene <[email protected]>
Co-authored-by: Michael Van de Steene <[email protected]>
Co-authored-by: Santiago Víquez <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants