-
Notifications
You must be signed in to change notification settings - Fork 49
Refacto/Updated format of Harness #706
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
Merged
Merged
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
6b1d47f
updated model as dict
Prikshit7766 8ed0f49
Refacto(langtest.py): Updated Model as a list of dict
RakshitKhajuria a412253
test(translation): Updated model type
RakshitKhajuria e1e0a89
ner_pipeline.py: updated model type
Prikshit7766 82dfc86
test(augmentation): Updated model type
RakshitKhajuria 33baf23
test(test_harness.py):updated params
Prikshit7766 feba035
Merge branch 'refacto/model-as-a-dict' of https://github.com/JohnSnow…
Prikshit7766 7884cc2
test(performance): Updated model as a dict
RakshitKhajuria ca8a12f
test(spacy): Updated model as a dict
RakshitKhajuria 357e6d4
test(test_mlflow.py):updated params
Prikshit7766 a405d4b
test(test_sparknlp_model.py):updated params
Prikshit7766 ad5d06b
refacto(datasource) : Added data_source param
RakshitKhajuria 762359a
langtest.py: updated data param as dict
Prikshit7766 34f4848
tests : updated data param as a dict
RakshitKhajuria de0aed4
ner_pipeline : updated data param as a dict
RakshitKhajuria 270cb06
Test: updated data as a dict
Prikshit7766 f19cf82
test(test_harness.py): updated params
Prikshit7766 03bcb18
Merge branch 'release/1.3.0' of https://github.com/JohnSnowLabs/langt…
Prikshit7766 e727c43
fix : Lint
RakshitKhajuria 2516435
fix: formatting
RakshitKhajuria e0e5344
Merge branch 'refacto/model-as-a-dict' of https://github.com/JohnSnow…
Prikshit7766 1895b3e
updated param
Prikshit7766 9450bc6
updated load method of Harness
Prikshit7766 b382322
updated param in langtest.py and augmentation/__init__.py
Prikshit7766 3b9051c
fix: Datafactory file_path
RakshitKhajuria 0b64e52
fix: DataFactory file_path as a dict object
RakshitKhajuria ea591ec
ner_pipeline.py: param updated
Prikshit7766 491ac17
langtest.py: updated self.data as list
Prikshit7766 721aba5
langtest.py: updated the condtion
Prikshit7766 57cd30f
fix: Bias datasets are working
RakshitKhajuria c343d79
Merge branch 'refacto/model-as-a-dict' of https://github.com/JohnSnow…
RakshitKhajuria 5125d2a
added source param for HuggingFaceDataset
Prikshit7766 538063e
updated augmentation/__init__.py
Prikshit7766 2a9fea9
test(test_augmentation.py):added source param
Prikshit7766 1affd08
datasource.py: added ValueError
Prikshit7766 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
Oops, something went wrong.
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.
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.
if data_source is not provided, then it should raise an error.
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.
please make it changes, @Prikshit7766 @RakshitKhajuria