Skip to content

[BUG] in notebook 07 - pytest not installed by default as dependency #12

@danidorbek

Description

@danidorbek

if installing dependencies using requirements.txt then following code section from notebook 07 would throw error about absent pytest:

from sktime.transformations.series.boxcox import BoxCoxTransformer
from sktime.utils.estimator_checks import check_estimator

res = check_estimator(BoxCoxTransformer)```


Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions