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

feat: add support calculations to data quality of classification #82

Merged

Conversation

dtria91
Copy link
Contributor

@dtria91 dtria91 commented Jul 4, 2024

No description provided.

@dtria91 dtria91 requested review from rivamarco and SteZamboni July 4, 2024 14:52
@@ -283,6 +283,10 @@ def test_binary_class_data_quality_ok(self):
{"name": "classA", "count": 100, "percentage": 50.0},
{"name": "classB", "count": 100, "percentage": 50.0}
],
"classMetricsPrediction": [
{"name": "predictionA", "count": 100, "percentage": 50.0},
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In theory the class names will be the same both for classMetrics and classMetrics prediction

Not an issue here, just to align the test with "real" data

dtria91 added 2 commits July 8, 2024 10:07
… into feature/ROS-334-add-support-classification-data-quality

# Conflicts:
#	sdk/radicalbit_platform_sdk/models/dataset_data_quality.py
@dtria91 dtria91 merged commit ac26194 into main Jul 8, 2024
7 checks passed
@dtria91 dtria91 deleted the feature/ROS-334-add-support-classification-data-quality branch July 8, 2024 08:09
maocorte pushed a commit that referenced this pull request Jul 16, 2024
* feat: add support calculations to data quality of classification

* fix: edit class metrics prediction name
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.

3 participants