alteryx / alteryx/evalml

Add smart function to dynamically set `window_length` and `threshold` for `TimeSeriesRegularizer`

Ouverte
#3,441 0 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
Langage dominant
Python
Étoiles
850
Forks
96
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

The `TimeSeriesRegularizer` currently sets the `window_length` to 5 and `threshold` to 0.8. This was done to support smaller datasets that wouldn't pass an `infer_frequency` check from WW with higher `window_length` and `threshold` values.

To address this issue, I would suggest including a smart function that changes these parameters based on the size of the dataset (if the user doesn't pass in their own values). Smaller datasets should have more forgiving values (smaller window length and threshold).

Guide de contribution

Ouvrir le guide de contribution

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.