alteryx / alteryx/evalml

Time series: support max_delay and min_delay per-column

Abierto
#1,507 0 comentarios 0 reacciones 1 asignado Reclamado por @asniyaz Ver en GitHub
new feature
Lenguaje dominante
Python
Estrellas
850
Forks
96
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

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.

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.