Martin Gabdushev
Martin Gabdushev
### 🐛 Bug Report If we use FoldMask and there is intersection between folds `plot_backtest_interactive` raises error ### Expected behavior It should work like non-iteractive version ### How To Reproduce...
**IMPORTANT: Please do not create a Pull Request without creating an issue first.** ## Before submitting (must do checklist) - [ ] Did you read the [contribution guide](https://github.com/tinkoff-ai/etna/blob/master/CONTRIBUTING.md)? - [...
DL models backlog to be implemented: | name | TLDR | priority | | ------- | -------| --------| | [Autoformer](https://arxiv.org/pdf/2106.13008.pdf) | current best $\mathcal{O}( N \log N)$ transformer. Long horizon...
### 🐛 Bug Report `config.json` is not being flushed to the end while using FileLogger. It seems problem is platform dependent: I have no problems with wsl2 ubuntu but m1...
## Before submitting (must do checklist) - [ ] Did you read the [contribution guide](https://github.com/tinkoff-ai/etna/blob/master/CONTRIBUTING.md)? - [ ] Did you update the docs? We use Numpy format for all the...
### 🚀 Feature Request Current approach uses timestamp with seconds like that `2022-09-16T17-20-46`. In case of parallel experiment running result could be corrupted. ### Proposal We should add random posftix...
### 🚀 Feature Request ToDo ### Proposal ToDo ### Test cases _No response_ ### Additional context _No response_
## Before submitting (must do checklist) - [ ] Did you read the [contribution guide](https://github.com/tinkoff-ai/etna/blob/master/CONTRIBUTING.md)? - [ ] Did you update the docs? We use Numpy format for all the...
### 🚀 Feature Request As a newbie you can just prompt feature names and model just from general knowledge and get proper pipeline or forecast. ### Proposal ```` import os...
### 🐛 Bug Report ResampleWithDistributionTransform doesn't work correctly with current behaviour of HolidaysTransform ### Expected behavior Cast columns to numerical types before resampling. It should like in `_SklearnAdapter`. ### How...