alteryx / alteryx/evalml

Time series: generate human-readable problem config descriptions

Abierto
#1,501 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

Idea:
> Given historical data from {min_delay} to {max_delay} {timeseries_unit}s before the present, predict the value of {target_name} {gap} {timeseries_unit}s after the present.

Example: if a user configured a timeseries problem with a gap of 7, max_delay of 31 and min_delay of 1, that could generate something like:
> Given historical data from 1 to 31 days before the present, predict the value of "total_sales" 7 days after the present.

I suppose we could do this for other problem types as well, i.e. `automl.describe_problem()` (at present its unclear where this functionality would belong)

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.