Named Entity Recognition + Valence Tests#226
Merged
xehu merged 0 commit intoinitial_package_versionfrom Aug 7, 2024
Merged
Conversation
Collaborator
|
I notice that not all the NER tests pass --- but this is because the feature isn't perfect! Would it be possible to run the feature on the full test dataset in order to get metrics (e.g., precision/recall), but then only run the test on a subset of the NER features that we know are supposed to work? That way, we won't have all the tests return as 'failing' ... |
cd9da03 to
4d91a21
Compare
Contributor
Author
|
Changes made:
|
xehu
added a commit
that referenced
this pull request
Aug 7, 2024
* add pyproject.toml * Update README.md with team-comm-tools rather than team-process-map * Update README.md to remove outdated requirement (#264) * delete junit * move preprocessing notebooks to tests * remove unnecessary deps * update requirements * more slimming of reqs * remove packaging related deps * get rid of requests and xgboost deps * addressing #267 * edit src paths * test with python 3.7 * test python 3.7 * test 3.8 * test 3.8 pt. 2 * test 3.9 * test 3.10 * restore to 3.11; play with docs * Update README.md with new path names. * standardize package structure and solve path issues * update requirement.txt path in workflow * update workflow file * updating test workflow * update test workflow * update test workflow * update test workflow * update test workflow * update imports in example * fix bugs * move lexiconx_dict.pkl to features/assets * update dependencies * delete legacy files and remove constant nltk import * clean up package structure and warnings * resolve relative imports issue in sphinx * create single installation script * commit setup script * update setup script and documentationZ * update README to point to setup script * add linkes to website and Rtd to readme * disable tokenizer parallelism to avoid error * add badges to home page * Named Entity Recognition + Valence Tests (#226) * valence testing * rearranging files * intermediate ner testing * NER testing * fix featurizer * fix featurize bug * updating test dataset + function * code coverage * burstiness * move testing FB's into run_tests.py * move NER dataframe to test file * adding complex tests back to run_tests.py * add chat_complex_df and conv_complex_df to run_tests.py * correct dataset paths * rebase * changing references as part of rebase * correcting FB calls based on latest interface updates * correct run_tests.py * add dd tests * burstiness fix * dd tests add * forward flow tests * src changes * testing timestamp variations * src changes * update test ds * fix formatting * fix formatting --------- Co-authored-by: Xinlan Emily Hu <xehu@wharton.upenn.edu> Co-authored-by: Xinlan Emily Hu <xehu@cs.stanford.edu> * Amy/website (#270) * website updates * renaming tpm-website to website * deploying via gh-pages * changed from tpm-website to website * deployed website * copyright and team * team headshots and footer * edits to the pages * website updates * updated links * updated homepage * link updates * mobile compatibility * mobile adjustments * navbar mobile updates * whitespace edits * homepage updates * feature table * website updates * renaming tpm-website to website * deploying via gh-pages * changed from tpm-website to website * edits to the pages * website updates * updated links * updated homepage * link updates * mobile compatibility * mobile adjustments * navbar mobile updates * homepage updates * add table of features * updated team page titles * include flask in requirements.txt * updates to table of features * load pages from top * fix to 404 issues * moved build under website folder * add flask back into requirements --------- Co-authored-by: Xinlan Emily Hu <xehu@cs.stanford.edu> Co-authored-by: Xinlan Emily Hu <xehu@wharton.upenn.edu> --------- Co-authored-by: sundy1994 <yuxuanzh@seas.upenn.edu> Co-authored-by: Shruti Agarwal <46203852+agshruti12@users.noreply.github.com> Co-authored-by: amytangzheng <145236844+amytangzheng@users.noreply.github.com>
xehu
added a commit
that referenced
this pull request
Aug 17, 2024
* valence testing * rearranging files * intermediate ner testing * NER testing * fix featurizer * fix featurize bug * updating test dataset + function * code coverage * burstiness * move testing FB's into run_tests.py * move NER dataframe to test file * adding complex tests back to run_tests.py * add chat_complex_df and conv_complex_df to run_tests.py * correct dataset paths * rebase * changing references as part of rebase * correcting FB calls based on latest interface updates * correct run_tests.py * add dd tests * burstiness fix * dd tests add * forward flow tests * src changes * testing timestamp variations * src changes * update test ds * fix formatting * fix formatting --------- Co-authored-by: Xinlan Emily Hu <xehu@wharton.upenn.edu> Co-authored-by: Xinlan Emily Hu <xehu@cs.stanford.edu>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request Template:
If you are merging in a feature or other major change, use this template to check your pull request!
Basic Info
What's this pull request about?
Feature Documentation
Did you document your feature? Make sure you do the following before you pull request!
Code Basics
my_feature, NOTmyFeature(camel case).NAME_features.py, where NAME is the name of my feature.feature_engine/features.Testing
The location of my tests are here:
If you check all the boxes above, then you ready to merge!