Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH: Add support for exogenous variables in utils.aggregate #294

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

KuriaMaingi
Copy link

This change to the utility function will assist in instances where you need to generate your summation and Y_df but also want to retain any exogenous vars required for your forecast.

You will need to pass in a dictionary containing your exogenous vars and the Pandas agg functions you want applied against them.

I have currently hardcoded the list of acceptable agg_funcs but open to hear if there's a better way

@KuriaMaingi KuriaMaingi changed the title Add support for exogenous variables Add support for exogenous variables in utils.aggregate Oct 9, 2024
@KuriaMaingi KuriaMaingi changed the title Add support for exogenous variables in utils.aggregate ENH: Add support for exogenous variables in utils.aggregate Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant