Sarim Zafar
04/27/2025, 11:13 AMmlforecast
and exploring ways to automate feature engineering.
For feature creation, I think I see paths forward (e.g., adding/excluding custom feature groups as part of optuna trial). However, I'm looking for guidance on automated feature selection within the mlforecast
pipeline itself.
I considered using the Optuna
integration, but that seems more geared towards overall hyperparameter tuning rather than specifically iterating on feature sets before the main model tuning/training.
Is there a recommended way to achieve automated feature selection with mlforecast
currently? Or, perhaps, could a small module dedicated to feature selection (e.g., based on importance, stepwise methods) be a potential future addition? That would be incredibly helpful!
Any advice or pointers would be greatly appreciated! Thanks! 🙏Olivier
05/02/2025, 2:13 PMSarim Zafar
05/06/2025, 5:56 PM