Skip to content

[BUG] Sarima not working with non defualt params #459

Merged
merged 5 commits into from Jan 21, 2022

Conversation

martins0n
Copy link
Contributor

@martins0n martins0n commented Jan 19, 2022

Fixes #457

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

## Before submitting (must do checklist)

- [x] Did you read the [contribution guide](https://github.com/tinkoff\-ai/etna/blob/master/CONTRIBUTING.md\)?
- [x] Did you update the docs? We use Numpy format for all the methods and classes.
- [x] Did you write any new necessary tests?
- [ x] Did you update the [CHANGELOG](https://github.com/tinkoff\-ai/etna/blob/master/CHANGELOG.md\)?
<!-- For CHANGELOG separate each item in unreleased section by blank line to reduce collisions -->

## Type of Change
<!-- Mark with an `x` all the checkboxes that apply (like `[x]`) -->

- [ ] Examples / docs / tutorials / contributors update
- [x] 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
<!-- Add a more detailed description of the changes if needed.
No need for typos and docs improvements -->

## Related Issue
<!-- Link Issue here. -->

## Closing issues
<!-- Link Issue you are closing here.
Put `closes #XXXX` in your comment to auto-close the issue that your PR fixes (if such). -->
closes #457

@codecov-commenter
Copy link

codecov-commenter commented Jan 19, 2022

Codecov Report

Merging #459 (59be294) into master (3fc979d) will decrease coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #459      +/-   ##
==========================================
- Coverage   87.99%   87.98%   -0.02%     
==========================================
  Files         115      115              
  Lines        5448     5441       -7     
==========================================
- Hits         4794     4787       -7     
  Misses        654      654              
Impacted Files Coverage Δ
etna/models/sarimax.py 95.80% <100.00%> (-0.20%) ⬇️

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 3fc979d...59be294. Read the comment docs.

Co-authored-by: Mr-Geekman <36005824+Mr-Geekman@users.noreply.github.com>
@@ -55,7 +55,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
-
-
-
-
- SARIMAX parameters fix ([#459](https://github.com/tinkoff-ai/etna/pull/459))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks like a merge problem?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, It's example how to properly use placeholders. We should fill them at random place to minimize probability of merge conflicts

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤔

@martins0n martins0n merged commit ded5161 into master Jan 21, 2022
@martins0n martins0n deleted the martins0n/issue457 branch January 21, 2022 10:15
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.

[BUG] Sarima not working with non defualt params
4 participants