Martin Tveten
Martin Tveten
> > 1. How can I add new tags to the `BaseIntervalScorer` that are not in `VALID_ESTIMATOR_TAGS` to pass the `sktime` conformance test? > > This is an interesting question,...
> > > 1. How can I add new tags to the `BaseIntervalScorer` that are not in `VALID_ESTIMATOR_TAGS` to pass the `sktime` conformance test? > > > > > >...
Thanks for your help! I made a pretty simple solution for now by skipping the failing tests and making custom tests to replace them. I think that will work for...
> > It would probably not have severe consequences if a new tag existed, right? As long as the mandatory ones are set. Additional supported values for an existing tag...