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
Set class name for Min #206
Conversation
Codecov Report
@@ Coverage Diff @@
## master #206 +/- ##
==========================================
- Coverage 93.36% 93.35% -0.01%
==========================================
Files 70 70
Lines 7743 7738 -5
==========================================
- Hits 7229 7224 -5
Misses 514 514
Continue to review full report at Codecov.
|
name="min", | ||
stack_on_self=False, | ||
description="Finds the minimum non-null value of a numeric feature.") | ||
# Min = make_agg_primitive( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
might as well delete this code
Looks good. Merging |
Min
so the class name is set after creation.