-
Notifications
You must be signed in to change notification settings - Fork 396
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
put feature feature corr behind flag #479
Conversation
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.
lgtm
@@ -555,6 +555,8 @@ class SanityCheckerTest extends OpEstimatorSpec[OPVector, BinaryModel[RealNN, OP | |||
|
|||
val transformed = new OpWorkflow().setResultFeatures(smartMapVectorized, checkedFeatures).transform(textData) | |||
|
|||
transformed |
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.
redundant line
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.
LGTM
Codecov Report
@@ Coverage Diff @@
## master #479 +/- ##
==========================================
+ Coverage 81.41% 87.02% +5.60%
==========================================
Files 345 345
Lines 11667 11673 +6
Branches 384 388 +4
==========================================
+ Hits 9499 10158 +659
+ Misses 2168 1515 -653
Continue to review full report at Codecov.
|
Related issues
Feature feature correlations in sanity metadata can make the model too large to load
Describe the proposed solution
A clear and concise description of what the changes are.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context about the changes here.