-
Notifications
You must be signed in to change notification settings - Fork 885
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
Added documentation about multi output features #638
Conversation
Codecov Report
@@ Coverage Diff @@
## master #638 +/- ##
=======================================
Coverage 97.42% 97.42%
=======================================
Files 118 118
Lines 9539 9539
=======================================
Hits 9293 9293
Misses 246 246 Continue to review full report at Codecov.
|
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. Ready to merge
number_output_features=2) | ||
|
||
|
||
Passing in ``string="test"`` as a keyword argument when initializing the `StringCount` primitive will make "test" the value used for string when ``string_count`` is called to calculate the feature values. Now we use this primitive to define features and calculate the feature values. |
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.
i think this paragraph was accidently copied
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.
This is an outdated version and no longer exists in the most recent commits. not sure why it still appears here
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.
that was my mistake. i had forgot to refresh from a while ago
This PR updates the documentation for multi output features.