-
Notifications
You must be signed in to change notification settings - Fork 373
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FEAT] - Add iTransformer to neuralforecast (#944)
* Add iTransformer and AutoiTransformer to nf * Add docstring to iTransformer * Fix config for auto version * Use Multivariate windows and fix encoder, decoder and output shapes * Fix AutoiTransformer and correct error when n_series is 1 * Add n_series parameter for AutoiTransformer tests * Add n_series parameters to test AutoiTransformer * Remove windows_batch_size arg * Clean notebook and add another missing n_series param * Fix conflict in model/__init__ * Run and clean itransformer notebook * Run and clean core and models notebooks * Place imports in separate cells
- Loading branch information
Showing
9 changed files
with
1,749 additions
and
11 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.