forked from tinkoff-ai/etna
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Allow RNN to work with categorical features (#334) * add working with categoricals in RNN * update changelog * fix tests * add test on MultiEmbedding, write comments * remove numeric columns that are also categorical * fix docs --------- Co-authored-by: Egor Baturin <[email protected]> * Allow DeepAR Native, MLP to work with categorical features (#336) * add handling categorical features in MLP and DeepAR Native * update changelog * fix * lints * fix mlp tests * fix --------- Co-authored-by: Egor Baturin <[email protected]> * Allow DeepState to work with categorical features (#342) * cat * add embeddings to deepstate * update changelog * minor fixes for other models --------- Co-authored-by: Egor Baturin <[email protected]> * update notebook * update notebook: final * lints --------- Co-authored-by: Egor Baturin <[email protected]>
- Loading branch information
Showing
13 changed files
with
1,758 additions
and
763 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.