Skip to content

Commit f73207e

Browse files
authored
extract_revant_features now passes chunksize to extract_features (#1083)
1 parent a2ea97e commit f73207e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsfresh/convenience/relevant_extraction.py

+1
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ def extract_relevant_features(
189189
profiling_filename=profiling_filename,
190190
profiling_sorting=profiling_sorting,
191191
n_jobs=n_jobs,
192+
chunksize=chunksize,
192193
column_id=column_id,
193194
column_sort=column_sort,
194195
column_kind=column_kind,

0 commit comments

Comments
 (0)