alteryx / alteryx/evalml

Time series: support max_delay and min_delay per-column

オープン
#1,507 コメント 0 件 リアクション 0 件 担当者 1 名 @asniyaz が担当を希望しています GitHub で見る
new feature
主要言語
Python
スター
850
フォーク
96
PR マージ指標
30日以内にマージされた PR はありません

説明

It would be great if we could override the dataset-wide setting of max_delay and min_delay.

Example 1: compute windowed average of "feature A" with window size of 7. Compute windowed average of "feature B" with window size of 30.

Example 2: compute "feature A" delayed from 4 to 10 time units. Compute "feature B" delayed from 4 to 20 time units.

Note the impl will probably have to take the minimum min_delay and maximum max_delay in order to determine the cutoffs for shifting the data around.

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。