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

Fix a bug in OrdinalEncoder #71

Merged
merged 13 commits into from
Nov 27, 2024
Merged

Fix a bug in OrdinalEncoder #71

merged 13 commits into from
Nov 27, 2024

Conversation

LuoXueling
Copy link
Collaborator

numpy astype guesses the max length of strings from existing values, and thus limits the length of future inputs

Copy link

codecov bot commented Nov 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.41%. Comparing base (4c1f4e0) to head (381812c).
Report is 45 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #71      +/-   ##
==========================================
- Coverage   96.42%   96.41%   -0.02%     
==========================================
  Files          32       38       +6     
  Lines        5512     5521       +9     
==========================================
+ Hits         5315     5323       +8     
- Misses        197      198       +1     

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

@LuoXueling LuoXueling merged commit 92ba3bd into main Nov 27, 2024
4 checks passed
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.

1 participant