SforAiDl / decepticonlp

Python Library for Robustness Monitoring and Adversarial Debugging of NLP models
MIT License
15 stars 10 forks source link

Add Class for preprocessing #74

Closed parantak closed 4 years ago

parantak commented 4 years ago
  1. See if the structure's fine, and then we can start implementing the filters.
  2. Also added OSA to Levenshtein. .
sonarcloud[bot] commented 4 years ago

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

codecov[bot] commented 4 years ago

Codecov Report

Merging #74 into master will decrease coverage by 2.44%. The diff coverage is 35.71%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #74      +/-   ##
==========================================
- Coverage   94.91%   92.46%   -2.45%     
==========================================
  Files           8       10       +2     
  Lines         334      345      +11     
==========================================
+ Hits          317      319       +2     
- Misses         17       26       +9     
Impacted Files Coverage Δ
decepticonlp/preprocessing/__init__.py 0.00% <0.00%> (ø)
decepticonlp/preprocessing/preprocessing.py 0.00% <0.00%> (ø)
decepticonlp/__init__.py 100.00% <100.00%> (ø)
decepticonlp/metrics/char_metrics.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 64f9991...6d9810a. Read the comment docs.

parantak commented 4 years ago

I think I can't just keep this abstract. I might have to implement a filter and add unit tests for the codecov to pass. I'll do that if you guys find the structure fine. @someshsingh22 and @rajaswa