tspreprocess icon indicating copy to clipboard operation
tspreprocess copied to clipboard

Set default values for `compress` ?

Open nikhase opened this issue 7 years ago • 2 comments

How is it handled in tsfresh?

nikhase avatar Aug 12 '17 17:08 nikhase

How is it handled in tsfresh?

What do you mean? the settings?

MaxBenChrist avatar Aug 14 '17 10:08 MaxBenChrist

I changed my mind, I think there is no need for default settings (for column names, etc). I think, explicit is better than implicit in this case.

See in tsfresh:


def extract_features(timeseries_container, default_fc_parameters=None,
                     kind_to_fc_parameters=None,
                     column_id=None, column_sort=None, column_kind=None, column_value=None,
                     chunksize=defaults.CHUNKSIZE,
                     n_jobs=defaults.N_PROCESSES, show_warnings=defaults.SHOW_WARNINGS,
                     disable_progressbar=defaults.DISABLE_PROGRESSBAR,
                     impute_function=defaults.IMPUTE_FUNCTION,
                     profile=defaults.PROFILING,
                     profiling_filename=defaults.PROFILING_FILENAME,
                     profiling_sorting=defaults.PROFILING_SORTING):

nikhase avatar Aug 14 '17 11:08 nikhase