Skip to content

Large Time Series #867

Answered by nils-braun
apfeltasche asked this question in Q&A
Jun 17, 2021 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

Hi @apfeltasche!

Yes, multiple possibilities :-)

  • Try to reduce the features you extract, e.g. by using one of the other extraction settings. Especially the EfficientFCParameters might already help (background: we have some feature extractors that scale with n^2). We have documentation on how to use them.
  • Even better would be if you know already in detail, which features you are interested in. For example extract and select on a small sample, then only extract the selected features on all data.
  • Use parallelization with one of the supported frameworks (maybe dask, maybe just multiprocessing). We have also some documentation on that, maybe you want to start here or here. Please note, that t…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@apfeltasche
Comment options

@apfeltasche
Comment options

@nils-braun
Comment options

Answer selected by apfeltasche
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants