Skip to content
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

feat(#109): prepare fields in input.py, swap text_prediction for rf #112

Merged
merged 2 commits into from
May 10, 2024

Conversation

h1alexbel
Copy link
Owner

@h1alexbel h1alexbel commented May 10, 2024

closes #109


PR-Codex overview

This PR introduces new predictions output files and updates text prediction model results. It also includes changes in file feeds and input processing.

Detailed summary

  • Added predictions.csv and out.csv
  • Updated text prediction model results
  • Improved input processing
  • Enhanced file feeds and data handling

The following files were skipped due to too many changes: tests/test-feed.csv

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

Copy link

codecov bot commented May 10, 2024

Codecov Report

Attention: Patch coverage is 86.66667% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 76.92%. Comparing base (36311a7) to head (a0fa08d).

Files Patch % Lines
src/cli.py 50.00% 1 Missing ⚠️
src/filter_pipe.py 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #112      +/-   ##
==========================================
- Coverage   77.29%   76.92%   -0.37%     
==========================================
  Files          14       17       +3     
  Lines         229      273      +44     
==========================================
+ Hits          177      210      +33     
- Misses         52       63      +11     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@h1alexbel h1alexbel merged commit fef5602 into master May 10, 2024
9 of 10 checks passed
@h1alexbel h1alexbel deleted the install-requires branch May 10, 2024 07:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feed.py:33-37: Process all fields required as inputs. We...
1 participant