Skip to content

Panel to Primitive Transformation with Sparse Output #6071

Answered by fkiraly
fspinna asked this question in Q&A
Discussion options

You must be logged in to vote

Yes/no - you can turn off input and output checks in transformations via set_config, see documentation for which config fields to use, these should give granular control of checks on/off, or which output type you want.

This allows you to use the sktime framework without any internal controls on what goes in or out, but of course you pay for this flexibility by lack of inbuilt checks and tests (plus, conversions, broadcasting, etc).

(btw, if you are using this, feedback and contributed tests for usage with checks turned off would be appreciated! it's currently a "silent" feature due to not-so-thorough testing)

More in the middle of this trade-off, you could add sparse output as an mtype if…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@fspinna
Comment options

@fkiraly
Comment options

Answer selected by fspinna
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
module:transformations transformations module: time series transformation, feature extraction, pre-/post-processing module:datatypes datatypes module: data containers, checkers & converters
2 participants