etna icon indicating copy to clipboard operation
etna copied to clipboard

ETNA – Time-Series Library

Results 126 etna issues
Sort by recently updated
recently updated
newest added

### 🐛 Bug Report If you make a forecast with prediction intervals using catboost model the segmentation fault can occur. The error looks like: ``` Process finished with exit code...

bug

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

### 🐛 Bug Report If you run `ts.plot` on the same dataset in different jupyter sessions, the sequence of segments will be different. May be it will be better if...

bug

### 🚀 Feature Request It may be useful to impose the same order on both the return dataframe of `TSDataset.to_dataset()` and the dataframe `df` constructed during `TSDataset.__init__()` as the order...

enhancement

### 🚀 Feature Request The current version of data flow during fit_transform is not optimal, it might be improved. ### Proposal 1. In `to_pandas` method: - Add flag `copy:bool=True`, implement...

enhancement

### 🚀 Feature Request It seems we have not appropriate readme structure, it should be slightly improved ### Proposal TODO ### Test cases _No response_ ### Additional context _No response_

documentation