JanFidor
JanFidor
All tests have been rewritten with robot design pattern with no changes to the inner logic of the test (the only exception being bookmarks feature -> feed_whenRemovingBookmark_removesBookmark() test. I believe...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the problem Designed by Jake Wharton, Robot pattern makes for both much...
Add an MVI design pattern (includes pattern itself, tests, README.md and class diagram)
I noticed that while MVP, MVC and MVVM have been added, it wasn't the case for MVI. I'll be happy fix that.
Fixes #1845 . ### Summary I've added a wrapper which allows a LocalForecastingModel to act like a GlobalForecastingModel ### Other Information FutureCovariatesLocalForecastingModel support multivariate series, but I decided to treat...
Fixes #1649. ### Summary I've added normalization parameter to the BlockRNNModel, I've brainstormed how to do it for RNNModel and I couldn't come up with a way that wouldn't require...
Fixes #601 #672 ### Summary - Added teacher forcing to the transformer model - Added auto-regression for inference - Changed the normalization factor to `math.sqrt(self.d_model)` (I tested deleting it altogether,...
Fixes #1540. ### Summary I've added the ability to use Scalar inside historical_forecasts to avoid information leakage. As `RegressionModel._optimized_historical_forecasts` doesn't support model retraining, decided to not add scalar with window...
Fixes https://github.com/huggingface/optimum/issues/488 ## Before submitting - [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case). - [x] Did...