pytorch-forecasting
pytorch-forecasting copied to clipboard
Add warnings for MultiNormalizer
Checklist
- [x] Linked issues (if existing)
- [ ] Amended changelog for large changes (and added myself there as contributor)
- [ ] Added/modified tests
- [x] Used pre-commit hooks when committing to ensure that code is compliant with hooks. Install hooks with
pre-commit install. To run hooks independent of commit, executepre-commit run --all-files
Make sure to have fun coding!
Relates to #858