alteryx / alteryx/featuretools

Spike - Store secondary name for Features

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

Descrição

- As a user, I wish Featuretools' Feature objects had the ability to store a secondary name for Features.

Given that multi-output features exist, this ability to store a second name would have to comply with there being multiple output features, and we'd have to decide if we would require secondary names to follow the naming convention of `feature_name[0]`, `feature_name[1]`, or if we would be okay with them not following that convention.

#### Code Example
I'm imagining that the secondary names would exist entirely separately from the primary name logic - since it doesn't get used anywhere in Featuretools itself, it should not be possible to accidentally access the secondary name from any of the existing logic.

```python
feat = ft.Feature(...)
feat.set_secondary_name(...)

name = feat.get_name()
secondary_name = feat.get_secondary_name()
```

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.