alteryx / alteryx/featuretools

Sorting and Grouping for ft.DateOffset with Multiple Units

Aberta
#746 0 comentários 0 reações 0 responsáveis Ver no GitHub
Linguagem predominante
Python
Estrelas
7.7k
Forks
915
Métricas de merge de PRs
Nenhum PR com merge em 30d

Descrição

#### 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.

Guia de contribuição

Abrir o guia de contribuição

Avaliação

Esta issue ainda não foi avaliada.

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.