Skip to content

move selection docstrings to docstrings module - #678

Merged
solegalli merged 1 commit into
mainfrom
refactor_docstrings_selectors
Jun 7, 2023
Merged

move selection docstrings to docstrings module#678
solegalli merged 1 commit into
mainfrom
refactor_docstrings_selectors

Conversation

@solegalli

Copy link
Copy Markdown
Collaborator

closes #649

@codecov

codecov Bot commented Jun 6, 2023

Copy link
Copy Markdown

Codecov Report

Merging #678 (b65dddd) into main (e73772d) will increase coverage by 0.06%.
The diff coverage is 99.24%.

@@            Coverage Diff             @@
##             main     #678      +/-   ##
==========================================
+ Coverage   97.91%   97.98%   +0.06%     
==========================================
  Files         100      100              
  Lines        3748     3827      +79     
  Branches      726      751      +25     
==========================================
+ Hits         3670     3750      +80     
+ Misses         29       28       -1     
  Partials       49       49              
Impacted Files Coverage Δ
feature_engine/_docstrings/selection/_docstring.py 100.00% <ø> (ø)
feature_engine/datetime/datetime_subtraction.py 94.66% <ø> (ø)
feature_engine/tags.py 100.00% <ø> (ø)
feature_engine/selection/drop_psi_features.py 99.40% <98.57%> (+1.08%) ⬆️
feature_engine/creation/relative_features.py 100.00% <100.00%> (ø)
feature_engine/encoding/rare_label.py 100.00% <100.00%> (ø)
feature_engine/imputation/drop_missing_data.py 100.00% <100.00%> (ø)
feature_engine/selection/drop_constant_features.py 100.00% <100.00%> (ø)
...ature_engine/selection/drop_correlated_features.py 90.00% <100.00%> (ø)
...eature_engine/selection/drop_duplicate_features.py 95.45% <100.00%> (ø)
... and 10 more

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

@solegalli
solegalli merged commit 2615484 into main Jun 7, 2023
@solegalli
solegalli deleted the refactor_docstrings_selectors branch June 7, 2023 14:22
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.

move _docstrings file out of selection module onto docstrings module

1 participant