-
Notifications
You must be signed in to change notification settings - Fork 393
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
improved OPCollectionHashingVectorizerTest test #286
improved OPCollectionHashingVectorizerTest test #286
Conversation
Codecov Report
@@ Coverage Diff @@
## master #286 +/- ##
==========================================
+ Coverage 86.4% 86.42% +0.01%
==========================================
Files 319 319
Lines 10453 10453
Branches 351 561 +210
==========================================
+ Hits 9032 9034 +2
+ Misses 1421 1419 -2
Continue to review full report at Codecov.
|
class OPCollectionHashingVectorizerTest extends OpTransformerSpec[OPVector, OPCollectionHashingVectorizer[TextList]] | ||
with AttributeAsserts { | ||
|
||
val (dataList, f1) = |
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.
val (inputData, f1) = ...
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 , see one minor comment
Improved
OPCollectionHashingVectorizerTest
by extendingOpTransformerSpec