Skip to content

Fix import of BaseFeatureSelectionTransform #349

Merged
merged 2 commits into from Dec 3, 2021
Merged

Conversation

julia-shenshina
Copy link
Contributor

IMPORTANT: Please do not create a Pull Request without creating an issue first.

Before submitting (must do checklist)

  • Did you read the contribution guide?
  • Did you update the docs? We use Numpy format for all the methods and classes.
  • Did you write any new necessary tests?
  • Did you update the CHANGELOG?

Type of Change

  • Examples / docs / tutorials / contributors update
  • Bug fix (non-breaking change which fixes an issue)
  • Improvement (non-breaking change which improves an existing feature)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Proposed Changes

Related Issue

Closing issues

@codecov-commenter
Copy link

Codecov Report

Merging #349 (c4f2360) into master (78b9edc) will decrease coverage by 34.84%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #349       +/-   ##
===========================================
- Coverage   87.37%   52.52%   -34.85%     
===========================================
  Files          96       96               
  Lines        4696     4697        +1     
===========================================
- Hits         4103     2467     -1636     
- Misses        593     2230     +1637     
Impacted Files Coverage Δ
etna/transforms/__init__.py 100.00% <100.00%> (ø)
etna/commands/__init__.py 0.00% <0.00%> (-100.00%) ⬇️
etna/commands/backtest_command.py 0.00% <0.00%> (-96.43%) ⬇️
etna/commands/forecast_command.py 0.00% <0.00%> (-92.00%) ⬇️
etna/commands/__main__.py 0.00% <0.00%> (-87.50%) ⬇️
etna/commands/resolvers.py 0.00% <0.00%> (-80.00%) ⬇️
etna/analysis/outliers/density_outliers.py 23.91% <0.00%> (-73.92%) ⬇️
etna/transforms/fourier.py 27.08% <0.00%> (-72.92%) ⬇️
etna/transforms/statistics.py 27.50% <0.00%> (-71.67%) ⬇️
etna/transforms/filter.py 28.57% <0.00%> (-71.43%) ⬇️
... and 59 more

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 78b9edc...c4f2360. Read the comment docs.

@julia-shenshina julia-shenshina merged commit 2f1f8c5 into master Dec 3, 2021
@iKintosh iKintosh deleted the fix-import branch December 9, 2021 17:20
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants