Nixtla / mlforecast

Scalable machine 🤖 learning for time series forecasting.
https://nixtlaverse.nixtla.io/mlforecast
Apache License 2.0
860 stars 84 forks source link

[Core] Support naming features #278

Closed jmoralez closed 10 months ago

jmoralez commented 10 months ago

Description

Originally requested in #260

More flexibility in naming generated or transformed columns as opposed to f"lag{lag}" or the output from _build_transform_name, maybe adding a Callable` somewhere perhaps? For example, the convention I have at my job is to call a column something like fieldname_lag_24, which is different to mlforecast. This is relatively easy for me to work around, but would be nice to have if it's easy to do

Use case

No response