Skip to content

Commit

Permalink
extract_revant_features now passes chunksize to extract_features
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarius2009 authored Jul 9, 2024
1 parent 3da2360 commit 2d3488d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsfresh/convenience/relevant_extraction.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ def extract_relevant_features(
profiling_filename=profiling_filename,
profiling_sorting=profiling_sorting,
n_jobs=n_jobs,
chunksize=chunksize,
column_id=column_id,
column_sort=column_sort,
column_kind=column_kind,
Expand Down

0 comments on commit 2d3488d

Please sign in to comment.