-
Notifications
You must be signed in to change notification settings - Fork 20
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
feat(validation): metric validation framework #107
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
WeryZebra-Yue
force-pushed
the
validation-framework
branch
2 times, most recently
from
September 28, 2023 13:30
f7d633b
to
594e69a
Compare
WeryZebra-Yue
force-pushed
the
validation-framework
branch
from
September 28, 2023 13:33
594e69a
to
67444ee
Compare
WeryZebra-Yue
added
⚡️enhancement
New feature or request
🔔 validation & alert
Metric validation process
📟 CLI
labels
Sep 28, 2023
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #107 +/- ##
==========================================
- Coverage 84.89% 84.47% -0.42%
==========================================
Files 33 34 +1
Lines 1410 1475 +65
==========================================
+ Hits 1197 1246 +49
- Misses 213 229 +16
☔ View full report in Codecov by Sentry. |
WeryZebra-Yue
force-pushed
the
validation-framework
branch
4 times, most recently
from
September 28, 2023 14:33
783f14f
to
a55001e
Compare
WeryZebra-Yue
force-pushed
the
validation-framework
branch
from
October 1, 2023 03:14
a55001e
to
1c44a7d
Compare
subhankarb
approved these changes
Oct 3, 2023
WeryZebra-Yue
added a commit
to WeryZebra-Yue/datachecks
that referenced
this pull request
Oct 6, 2023
subhankarb
added a commit
that referenced
this pull request
Oct 11, 2023
* docs: added tracking for docs (#99) * bump up version to 0.2.2 (#101) Co-authored-by: Subhankar <[email protected]> * Update README.md (#102) * build(deps): bump cryptography from 41.0.3 to 41.0.4 (#103) Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.3 to 41.0.4. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@41.0.3...41.0.4) --- updated-dependencies: - dependency-name: cryptography dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * feat(metrics): implemented sum metric + tests (#109) * feat(metrics): implemented standard deviation + tests (#108) * feat(validation): metric validation framework (#107) * build(deps): bump urllib3 from 1.26.16 to 1.26.17 (#114) Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.16 to 1.26.17. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@1.26.16...1.26.17) --- updated-dependencies: - dependency-name: urllib3 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * feat(dashboard): html report framework --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Subhankar Biswas <[email protected]> Co-authored-by: Subhankar <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Niyas Hameed <[email protected]>
WeryZebra-Yue
added a commit
that referenced
this pull request
Oct 11, 2023
* docs: added tracking for docs (#99) * bump up version to 0.2.2 (#101) * Update README.md (#102) * build(deps): bump cryptography from 41.0.3 to 41.0.4 (#103) Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.3 to 41.0.4. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@41.0.3...41.0.4) --- updated-dependencies: - dependency-name: cryptography dependency-type: indirect ... feat(dashboard): html report framework (#115) Signed-off-by: dependabot[bot] <[email protected]> * feat(metrics): implemented sum metric + tests (#109) * feat(metrics): implemented standard deviation + tests (#108) * feat(validation): metric validation framework (#107) * build(deps): bump urllib3 from 1.26.16 to 1.26.17 (#114) Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.16 to 1.26.17. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@1.26.16...1.26.17) --- updated-dependencies: - dependency-name: urllib3 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * feat(dashboard): html report framework --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Subhankar <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-Authored-By: Subhankar Biswas <[email protected]> Co-Authored-By: Subhankar <[email protected]> Co-Authored-By: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-Authored-By: Niyas Hameed <[email protected]>
WeryZebra-Yue
added a commit
to WeryZebra-Yue/datachecks
that referenced
this pull request
Oct 11, 2023
* docs: added tracking for docs (datachecks#99) * bump up version to 0.2.2 (datachecks#101) * Update README.md (datachecks#102) * build(deps): bump cryptography from 41.0.3 to 41.0.4 (datachecks#103) Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.3 to 41.0.4. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@41.0.3...41.0.4) --- updated-dependencies: - dependency-name: cryptography dependency-type: indirect ... feat(dashboard): html report framework (datachecks#115) Signed-off-by: dependabot[bot] <[email protected]> * feat(metrics): implemented sum metric + tests (datachecks#109) * feat(metrics): implemented standard deviation + tests (datachecks#108) * feat(validation): metric validation framework (datachecks#107) * build(deps): bump urllib3 from 1.26.16 to 1.26.17 (datachecks#114) Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.16 to 1.26.17. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@1.26.16...1.26.17) --- updated-dependencies: - dependency-name: urllib3 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * feat(dashboard): html report framework --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-Authored-By: Subhankar <[email protected]> Co-Authored-By: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-Authored-By: Subhankar Biswas <[email protected]> Co-Authored-By: Niyas Hameed <[email protected]>
subhankarb
added a commit
that referenced
this pull request
Oct 11, 2023
* feat: add initial dashbaord framework * feat: moved dashboard directory out of core * feat: cli integration with html report * feat: add initial dashbaord framework * feat: moved dashboard directory out of core * feat: cli integration with html report * feat: add homepage models * feat(dashboard): html report framework (#115) * docs: added tracking for docs (#99) * bump up version to 0.2.2 (#101) * Update README.md (#102) * build(deps): bump cryptography from 41.0.3 to 41.0.4 (#103) Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.3 to 41.0.4. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@41.0.3...41.0.4) --- updated-dependencies: - dependency-name: cryptography dependency-type: indirect ... feat(dashboard): html report framework (#115) Signed-off-by: dependabot[bot] <[email protected]> * feat(metrics): implemented sum metric + tests (#109) * feat(metrics): implemented standard deviation + tests (#108) * feat(validation): metric validation framework (#107) * build(deps): bump urllib3 from 1.26.16 to 1.26.17 (#114) Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.16 to 1.26.17. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@1.26.16...1.26.17) --- updated-dependencies: - dependency-name: urllib3 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * feat(dashboard): html report framework --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-Authored-By: Subhankar <[email protected]> Co-Authored-By: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-Authored-By: Subhankar Biswas <[email protected]> Co-Authored-By: Niyas Hameed <[email protected]> --------- Co-authored-by: Ayush Master <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Subhankar <[email protected]> Co-authored-by: Subhankar Biswas <[email protected]> Co-authored-by: Niyas Hameed <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes/Implements #37
Description
Absolute - Without History
Type of change
How Has This Been Tested?