Lukasz Mentel
Lukasz Mentel
#### Describe the issue linked to the documentation Dependency types should be rendered as a list (see https://www.sktime.org/en/stable/developer_guide/dependencies.html):  #### Suggest a potential alternative/fix
#### Describe the issue linked to the documentation Tags are increasingly used in estimators but are not documented anywhere. Neither what tags are available (in use), how to use them,...
Often segmentation or change point detection problems do not require finding exact location of the true change points but allow for some margin within which the answer is acceptable. When...
#### Describe the issue linked to the documentation Greedy gaussian segmentation was introduced in #2744, however the documentation is insufficient especially when it comes to helping developers take over the...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...
I tried to set the `create_virtualenvs: true` with ``` uses: dschep/[email protected] with: create_virtualenvs: true ``` on ubuntulatest but got ``` Unexpected input(s) 'create_virtualenvs', valid inputs are ['version', 'preview'] ``` Probably...
We are currently running same tests with different parameter values that are not bringing much value in terms of coverage. Consider this test from forecasting ```python @pytest.mark.parametrize("y", TEST_YS) @pytest.mark.parametrize("fh", [*TEST_FHS,...
Currently testing the forecasting subpackage takes up ~60% of the total testing time, which varies between 1-3 h :scream_cat: and therefore need to be cut down to a reasonable number...