Skip to content

fix multiple bugs introduced by pandas, sklearn and scipy latest versions - #690

Merged
solegalli merged 26 commits into
mainfrom
pandas_sklearn_version_bugs_23
Sep 12, 2023
Merged

fix multiple bugs introduced by pandas, sklearn and scipy latest versions#690
solegalli merged 26 commits into
mainfrom
pandas_sklearn_version_bugs_23

Conversation

@solegalli

@solegalli solegalli commented Sep 4, 2023

Copy link
Copy Markdown
Collaborator

closes #689

@solegalli solegalli changed the title fix multiple bugs related to pandas and sklearn latest versions fix multiple bugs introduced by pandas, sklearn and scipy latest versions Sep 7, 2023
@codecov

codecov Bot commented Sep 7, 2023

Copy link
Copy Markdown

Codecov Report

Merging #690 (efb425d) into main (3343305) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #690   +/-   ##
=======================================
  Coverage   97.99%   97.99%           
=======================================
  Files         100      100           
  Lines        3843     3847    +4     
  Branches      754      751    -3     
=======================================
+ Hits         3766     3770    +4     
  Misses         28       28           
  Partials       49       49           
Files Changed Coverage Δ
feature_engine/creation/math_features.py 97.77% <ø> (ø)
feature_engine/datetime/datetime.py 100.00% <100.00%> (ø)
feature_engine/datetime/datetime_subtraction.py 94.73% <100.00%> (+0.07%) ⬆️
feature_engine/encoding/base_encoder.py 100.00% <100.00%> (ø)
feature_engine/encoding/one_hot.py 100.00% <100.00%> (ø)
feature_engine/encoding/rare_label.py 100.00% <100.00%> (ø)
feature_engine/imputation/categorical.py 95.31% <100.00%> (ø)
feature_engine/selection/shuffle_features.py 100.00% <100.00%> (ø)
feature_engine/transformation/yeojohnson.py 100.00% <100.00%> (ø)
...ngine/variable_handling/variable_type_selection.py 94.79% <100.00%> (-0.06%) ⬇️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@solegalli

Copy link
Copy Markdown
Collaborator Author

Eureka!!! All tests are now working!!

@solegalli
solegalli merged commit 6791a8d into main Sep 12, 2023
@solegalli
solegalli deleted the pandas_sklearn_version_bugs_23 branch September 12, 2023 11:18
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.

warnings in OHE with latest pandas version

1 participant