alteryx / alteryx/featuretools

Sorting and Grouping for ft.DateOffset with Multiple Units

オープン
#746 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Python
スター
7.7k
フォーク
915
PR マージ指標
30日以内にマージされた PR はありません

説明

#### Bug/Feature Request Description
For group_features() in feature_set.py, features are sorted then grouped using a key function. Within this key function, _get_use_previous appears as one of the factors to sort and group features.

In the implementation shown in #732, _get_use_previous returns a tuple with the unit and value for timedeltas with one unit. However, Timedeltas with more than one parameter has an empty tuple.

#### Expected Output
For features with a Timedelta containing multiple units, group features should sort and group features with multiple units properly.

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

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

評価

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

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

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