-
Notifications
You must be signed in to change notification settings - Fork 383
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 missing positive negative words csv file to attribute extractors #1671
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1671 +/- ##
==========================================
- Coverage 89.04% 85.61% -3.44%
==========================================
Files 105 58 -47
Lines 5534 3017 -2517
==========================================
- Hits 4928 2583 -2345
+ Misses 606 434 -172
Flags with carried forward coverage won't be shown. Click here to find out more. Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
c04b3f2
to
4002f03
Compare
4002f03
to
bbdd508
Compare
2 similar comments
# This is the 1st commit message: table view and initial flyout # The commit message microsoft#2 will be skipped: # [responsibleai]: Add tests for classification outcome (multiclass) and regression error (microsoft#1662) # # Signed-off-by: Gaurav Gupta <gaugup@microsoft.com> # # Signed-off-by: Gaurav Gupta <gaugup@microsoft.com> # The commit message microsoft#3 will be skipped: # fix nlp-feature-extractors release by renaming requirements file (microsoft#1670) # # The commit message microsoft#4 will be skipped: # add missing positive negative words csv file to attribute extractors (microsoft#1671) #
# This is the 1st commit message: table view and initial flyout # The commit message microsoft#2 will be skipped: # [responsibleai]: Add tests for classification outcome (multiclass) and regression error (microsoft#1662) # # Signed-off-by: Gaurav Gupta <gaugup@microsoft.com> # # Signed-off-by: Gaurav Gupta <gaugup@microsoft.com> # The commit message microsoft#3 will be skipped: # fix nlp-feature-extractors release by renaming requirements file (microsoft#1670) # # The commit message microsoft#4 will be skipped: # add missing positive negative words csv file to attribute extractors (microsoft#1671) #
Description
Add missing positive negative words csv file to attribute extractors in nlp-feature-extractors package.
Note that instead of adding the file to source, I just download it using fetch_dataset function from rai_utils.
Checklist