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

fixed an issue using fit_transform() with reconciliators #1165

Merged
merged 2 commits into from Aug 25, 2022

Conversation

hrzn
Copy link
Contributor

@hrzn hrzn commented Aug 23, 2022

Fixes #1035

@codecov-commenter
Copy link

Codecov Report

Merging #1165 (85cab08) into master (f953005) will decrease coverage by 0.00%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master    #1165      +/-   ##
==========================================
- Coverage   93.65%   93.64%   -0.01%     
==========================================
  Files          80       80              
  Lines        8295     8282      -13     
==========================================
- Hits         7769     7756      -13     
  Misses        526      526              
Impacted Files Coverage Δ
...arts/dataprocessing/transformers/reconciliation.py 99.01% <100.00%> (ø)
darts/timeseries.py 92.23% <0.00%> (-0.07%) ⬇️
...arts/models/forecasting/torch_forecasting_model.py 87.45% <0.00%> (-0.05%) ⬇️
darts/models/forecasting/block_rnn_model.py 98.24% <0.00%> (-0.04%) ⬇️
darts/models/forecasting/nhits.py 98.55% <0.00%> (-0.02%) ⬇️
darts/datasets/__init__.py 100.00% <0.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@hrzn hrzn merged commit 4a27edd into master Aug 25, 2022
@madtoinou madtoinou deleted the fix/fit_transform_recon branch July 5, 2023 21:53
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.

[BUG] TypeError: ts_fit() got an unexpected keyword argument 'component_mask'
2 participants