TSFreshFeatureExtractor¶
-
class
sktime.transformations.panel.tsfresh.
TSFreshFeatureExtractor
(default_fc_parameters='efficient', kind_to_fc_parameters=None, chunksize=None, n_jobs=1, show_warnings=True, disable_progressbar=False, impute_function=None, profiling=None, profiling_filename=None, profiling_sorting=None, distributor=None)[source]¶ Transformer for extracting time series features
References
..[1] https://github.com/blue-yonder/tsfresh
-
__init__
(default_fc_parameters='efficient', kind_to_fc_parameters=None, chunksize=None, n_jobs=1, show_warnings=True, disable_progressbar=False, impute_function=None, profiling=None, profiling_filename=None, profiling_sorting=None, distributor=None)[source]¶ Initialize self. See help(type(self)) for accurate signature.
-