-
Notifications
You must be signed in to change notification settings - Fork 325
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
Add Range CAG #2407
base: issue-2384-inquality-cags
Are you sure you want to change the base?
Add Range CAG #2407
Conversation
Task linked: CU-86b424066 SDV - Add |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## issue-2384-inquality-cags #2407 +/- ##
=============================================================
+ Coverage 98.56% 98.59% +0.03%
=============================================================
Files 66 67 +1
Lines 6563 6710 +147
=============================================================
+ Hits 6469 6616 +147
Misses 94 94
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
2e22061
to
822bcb9
Compare
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.
Looks good!
# Set during transform | ||
self._nan_column_name = None |
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.
Could we set this during fit()
as well?
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.
fd4882b
to
f9d68b7
Compare
8251041
to
b424d6f
Compare
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.
One small comment but this LGTM!
CU-86b424066, Resolve #2385.