You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository corresponds to a python package, but it has no CI/CD, tests, or automated releases.
I would strongly recommend to add these to ensure reliability and compatibility with dependency and python versions!
Some quick options to add these would be:
tests need to be added first. If we add interfaces to sktime compatible APIs, we can simply use the sktimeparametrize_with-checks utility, this is a few-liner that gives a lot of tests for free, for classifiers and forecasters.
CI/CD could be standard issue test matrix on various OS and python combinations.
same for automated release pipeline
I would be open to help with this.
The text was updated successfully, but these errors were encountered:
This repository corresponds to a python package, but it has no CI/CD, tests, or automated releases.
I would strongly recommend to add these to ensure reliability and compatibility with dependency and python versions!
Some quick options to add these would be:
sktime
compatible APIs, we can simply use thesktime
parametrize_with-checks
utility, this is a few-liner that gives a lot of tests for free, for classifiers and forecasters.I would be open to help with this.
The text was updated successfully, but these errors were encountered: