Skip to content

issue-726-fix #753

Merged
merged 7 commits into from
Jun 16, 2022
Merged

issue-726-fix #753

merged 7 commits into from
Jun 16, 2022

Conversation

DBcreator
Copy link
Contributor

@DBcreator DBcreator commented Jun 15, 2022

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

closes #726

@github-actions
Copy link

github-actions bot commented Jun 15, 2022

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

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

codecov-commenter commented Jun 15, 2022

Codecov Report

Merging #753 (4074311) into master (e33f583) will decrease coverage by 0.19%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##           master     #753      +/-   ##
==========================================
- Coverage   83.66%   83.47%   -0.20%     
==========================================
  Files         120      122       +2     
  Lines        6631     6736     +105     
==========================================
+ Hits         5548     5623      +75     
- Misses       1083     1113      +30     
Impacted Files Coverage Δ
etna/analysis/plotters.py 25.98% <0.00%> (-0.87%) ⬇️
etna/metrics/functional_metrics.py 85.00% <0.00%> (-1.67%) ⬇️
etna/models/nn/tft.py 100.00% <0.00%> (ø)
etna/pipeline/base.py 94.46% <0.00%> (ø)
etna/metrics/metrics.py 100.00% <0.00%> (ø)
etna/models/__init__.py 100.00% <0.00%> (ø)
etna/metrics/__init__.py 100.00% <0.00%> (ø)
etna/models/nn/deepar.py 100.00% <0.00%> (ø)
etna/transforms/decomposition/stl.py 94.44% <0.00%> (ø)
etna/transforms/feature_selection/base.py 100.00% <0.00%> (ø)
... and 7 more

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

Copy link
Collaborator

@alex-hse-repository alex-hse-repository left a comment

Choose a reason for hiding this comment

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

Well done, but need some fixes👍

  1. Update the changelog
  2. Link the issue to the PR in "Closing issues" section like this "Closes #."
  3. Assign yourself to the issue and to the PR
  4. Fix all the comments I left

Also, it is a good practice to set more informative title to the PR to make it easier to guess what was this PR about

etna/analysis/plotters.py Outdated Show resolved Hide resolved
etna/analysis/plotters.py Outdated Show resolved Hide resolved
etna/analysis/plotters.py Outdated Show resolved Hide resolved
etna/analysis/plotters.py Outdated Show resolved Hide resolved
etna/analysis/plotters.py Outdated Show resolved Hide resolved
CHANGELOG.md Outdated
@@ -449,4 +449,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Distribution plot
- Anomalies (Outliers) plot
- Backtest (CrossValidation) plot
- Forecast plot
- Forecast plot
Copy link
Collaborator

Choose a reason for hiding this comment

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

I guess when you resolve conflicts this will disappear, but it is strange

etna/analysis/plotters.py Outdated Show resolved Hide resolved
etna/analysis/plotters.py Outdated Show resolved Hide resolved
* spearman: Spearman rank correlation

mode: 'macro' or 'per-segment'
aggregation mode
Copy link
Collaborator

Choose a reason for hiding this comment

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

Start the description with the capital letter
We actually don't have a convention about it, however all of them should start with the same type of the letter

etna/analysis/plotters.py Outdated Show resolved Hide resolved
etna/analysis/plotters.py Outdated Show resolved Hide resolved
Copy link
Collaborator

@alex-hse-repository alex-hse-repository left a comment

Choose a reason for hiding this comment

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

Looks good👍

  • Fix the docstring in one more place
  • Also you need to resolve conflicts in Changelog, you can do it with the GitHub UI

etna/analysis/plotters.py Outdated Show resolved Hide resolved
@github-actions github-actions bot temporarily deployed to pull request June 16, 2022 12:01 Inactive
@alex-hse-repository alex-hse-repository enabled auto-merge (squash) June 16, 2022 12:04
@github-actions github-actions bot temporarily deployed to pull request June 16, 2022 12:06 Inactive
@alex-hse-repository alex-hse-repository merged commit 4b034be into master Jun 16, 2022
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.

Some fixes to plot_correlation_matrix
3 participants