Konstantin Ramthun
Konstantin Ramthun
### 🚀 Feature Literature suggests different techniques for domain randomization. This includes: - Uniform Domain Randomization - [Automatic Domain Randomization](https://arxiv.org/pdf/1910.07113.pdf) - [Active Domain Randomization](https://arxiv.org/pdf/1904.04762.pdf) - [Self-Paced Domain Randomization](https://www.ias.informatik.tu-darmstadt.de/uploads/Team/FabioMuratore/Carrasco_Damken--SelfPacedDomainRandomization.pdf) These are...
Checklist before merging this PR: - [x] Mentioned all issues that this PR fixes or addresses. - [x] Summarized the updates of this PR under **Summary**. - [ ] Added...
**Is your feature request related to a current problem?** Some models may perform better with some datetime attributes being one hot encoded. Currently, we have to use the [datetime_attribute_timeseries()](https://unit8co.github.io/darts/generated_api/darts.utils.timeseries_generation.html#darts.utils.timeseries_generation.datetime_attribute_timeseries) function...
**Describe the bug** When using the `StaticCovariatesTransformer` with sklearn's [ `OneHotEncoder`](https://scikit-learn.org/stable/modules/generated/sklearn.preprocessing.OneHotEncoder.html) as the `transformer_cat` and having the drop parameter specified as `"if_binary"` or `"first"`, the `StaticCovariatesTransformer` is not aware of...