Daniel L.
Daniel L.
- Issue: Negative tensors taken to power 3 or greater return nan. Does not match with PyTorch output - Problem: In tensor.py -> def_pow, function tries to take log of...
#### Reference Issues/PRs - Still in progress - Part of #1920 #### What does this implement/fix? Explain your changes. - Add smoothing filter MovingAverageTransformer - Add tests - TODO ####...
#### Reference Issues/PRs - Part of #1910 - References #1454 #### What does this implement/fix? Explain your changes. - Add type hints to `__init__` method in _shapelet_transform.py #### Does your...