Mr-Geekman

Results 43 issues of Mr-Geekman

### 🐛 Bug Report There are few cases where we create a new `TSDataset` from the old one and assign the same attributes instead of copying them: * [TSDataset.make_future](https://github.com/tinkoff-ai/etna/blob/master/etna/datasets/tsdataset.py#L237) *...

bug

### 🐛 Bug Report Currently `SeasonalMovingAverageModel` and `MovingAverageModel` don't pass some tests written in `test_inference`. Try also to make sure that in-sample predictions work as expected. ### Expected behavior Tests...

bug

### 🚀 Feature Request We want to add title for plots in `etna.analysis`. ### Proposal 1. Find out whether `plt.show()` is necessary and if not, remove it from all the...

enhancement
priority/low

### 🐛 Bug Report In some circumstances we can't predict first point with `CatBoostPerSegmentModel`. ### Expected behavior First point is predicted. ### How To Reproduce ```python import pandas as pd...

bug

### 🚀 Feature Request We can make class `MeanEncoderTransform` that will work with any feature. In that case `MeanSegmentEncoderTransform` can be replace with `SegmentEncoderTransform` + `MeanEncoderTransform`. ### Motivation It will...

enhancement
priority/low

## 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...

### 🚀 Feature Request Currently, we return `self._model`, but I think that we should return `self._result`, because `self._model` doesn't contain info about fitted model. ### Proposal Return `self._result` instead of...

enhancement
good first issue

## 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...

### 🚀 Feature Request Merge `master` branch into `inference` branch. Or make a rebase. ### Proposal Merge `master` branch into `inference` branch. Or make a rebase. ### Test cases Make...

enhancement

### 🐛 Bug Report Currently some tests in `test_inference/test_forecast` doesn't pass for `RNNModel`, it should be fixed. Tests to fix: * `TestForecastInSampleFullNoTarget`, * `TestForecastOutSampleSuffix`. ### Expected behavior Tests pass. ###...

bug