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

Update pipelines docs and fix typo in EDA tutorial #408

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

ArtemLiA
Copy link

@ArtemLiA ArtemLiA commented Jun 22, 2024

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?

Proposed Changes

Closing issues

closes #372
closes #271

Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

Copy link

review-notebook-app bot commented Jun 24, 2024

View / edit / reply to this conversation on ReviewNB

d-a-bunin commented on 2024-06-24T08:43:23Z
----------------------------------------------------------------

Let's add space between "Autocorrelation function" and "(ACF, pho(t))". Same for PACF.


CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
etna/pipeline/autoregressive_pipeline.py Outdated Show resolved Hide resolved
etna/pipeline/pipeline.py Outdated Show resolved Hide resolved
1) Wrap step param into double `` in the AutoRegressivePipeline docs.
2) Fix problem with linting.
3) Add a link to the pull request in the CHANGELOG.md
1) Add space between "Autocorrelation function" and (ACF, pho(t)) and the same for PACF.
2) Add a link to the pull request in the CHANGELOG.md
@d-a-bunin d-a-bunin self-requested a review June 28, 2024 06:54
@d-a-bunin
Copy link
Collaborator

Hi! You should resolve the merge conflict. Without that we can't rerun CI/CD.
Merge master into your branch in your local environment, solve the conflict and push the changes.

etna/pipeline/pipeline.py Outdated Show resolved Hide resolved
Copy link
Collaborator

@d-a-bunin d-a-bunin left a comment

Choose a reason for hiding this comment

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

Look at suggestions above.

etna/ensembles/direct_ensemble.py Outdated Show resolved Hide resolved
etna/pipeline/autoregressive_pipeline.py Show resolved Hide resolved
etna/pipeline/pipeline.py Show resolved Hide resolved
* Fix links in 'See Also' references in `Pipeline` docs
* Fix links in 'See Also' references in `AutoRegressivePipeline` docs
* Fix links in 'See Also' references in `DirectEnsemble` docs
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.

Add strategy description to Pipeline docs Typo in EDA tutorial
2 participants