Skip to content

Make TimeSeriesImputerTransform vectorized #760

Closed
wants to merge 1 commit into from

Conversation

Mr-Geekman
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

Make TimeSeriesImputerTransform vectorized

Related Issue

#748.

@github-actions
Copy link

🚀 Deployed on https://deploy-preview-760--etna-docs.netlify.app

@github-actions github-actions bot temporarily deployed to pull request June 20, 2022 08:09 Inactive
@codecov-commenter
Copy link

Codecov Report

Merging #760 (5b8c41d) into master (4b034be) will decrease coverage by 32.78%.
The diff coverage is 10.34%.

@@             Coverage Diff             @@
##           master     #760       +/-   ##
===========================================
- Coverage   83.50%   50.71%   -32.79%     
===========================================
  Files         122      122               
  Lines        6734     6743        +9     
===========================================
- Hits         5623     3420     -2203     
- Misses       1111     3323     +2212     
Impacted Files Coverage Δ
etna/transforms/missing_values/imputation.py 24.69% <10.34%> (-73.92%) ⬇️
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%> (-93.94%) ⬇️
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 22.44% <0.00%> (-75.52%) ⬇️
etna/datasets/datasets_generation.py 27.02% <0.00%> (-72.98%) ⬇️
etna/transforms/timestamp/time_flags.py 27.02% <0.00%> (-72.98%) ⬇️
etna/transforms/timestamp/fourier.py 28.00% <0.00%> (-72.00%) ⬇️
... and 71 more

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

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.

2 participants