如何在 tsfresh 中设置块大小以提高处理速度

发布于 2025-01-11 10:27:52 字数 295 浏览 0 评论 0原文

我有一个包含 43680 列和 2205 行的时间数据集。我正在尝试使用 tsfresh 通过 default_fc_parameters = EfficientFCParameters() 提取相关功能。我已将 n_jobs 设置为 4。我在块大小方面遇到问题。增加块大小是否会提高处理速度?

X = extract_features(df,column_id =“id”,column_sort =“T”,default_fc_parameters = EfficientFCParameters(),n_jobs = 4,chunksize = 200)

I have a time dataset of 43680 columns and 2205 rows. I am trying to use tsfresh to extract relevant features through default_fc_parameters = EfficientFCParameters(). I have set the n_jobs to 4. I am having trouble with the chunk size. Does increasing the chunk size increase the processing speed ?

X = extract_features(df, column_id="id", column_sort="T", default_fc_parameters = EfficientFCParameters(), n_jobs = 4, chunksize = 200)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文