-
From this refactor PR in `sktime`: https://github.com/sktime/sktime/pull/3777
It would appear that `all_objects` returns the variable name, not the class name, as the string (first tuple element) w…
-
@benHeid made nice calibration plots here: https://github.com/sktime/sktime/pull/5632
So I wonder:
* should these also be added in `skpro` for probabilistic tabular regressors? Same principle wo…
-
We should ensure that no mutable objects are argument defaults, e.g., lists, dicts.
All mutable defaults should be replaced by appropriate defaults, e.g., strings if applicable, or `None`, which in…
-
Just create this dataset:
```python
import numpy as np
import pandas as pd
multi_target_test_data = pd.DataFrame(
dict(
target1=np.random.rand(30),
target2=np.random.ran…
-
Hi! I'm receiving the following error when I try to import esig using the 0.94 install.
My version of numpy is 1.1.9, the traceback is below.
```
Traceback:
../../../../hostedtoolcache/Python…
-
[sktime](https://github.com/alan-turing-institute/sktime) contains an efficient implementation of ROCKET, which achieves state-of-the-art performances on many time series classification datasets! A wr…
-
**Describe the bug**
Before https://github.com/sktime/sktime/pull/6593, `DynamicFactor` and `PyKANForecaster` are not raising `NotImplementedError` with insample input. They won't pass `check_estim…
-
@fkiraly update: `sktime` has a class `AutoETS` which interfaces `statsmodels` `ETSModel` but adds some auto-fitting functionality on top.
`statsmodels` `ETSModel` should also be exposed 1:1 as an …
-
@sktime/core-developers, @XinyuWuu, @fnhirwa, I think we ought to untangle terminology for "global" in the code base and especially in user facing documentation and tutorial notebooks.
Currently, i…
-
One of the tests for the `temporian` transformer is failing:
```
FAILED sktime/transformations/series/tests/test_temporian.py::test_complex_function - assert np.float64(0.06973474448388543) == np.…