Skip to content

Questions on choosing target variable #194

Answered by winedarksea
LoZnzz asked this question in Q&A
Discussion options

You must be logged in to vote

This is a common question, because things are different here than a basic machine learning regression and it gets confusing. You should not be providing hand-crafted features here like you might for an ML model, only inputting information, some of which will be covariates and some of which will be future_regressors.

Your input df is a selection of time series. Some of these can be covariates which are additional series providing information. So your target might be 'house prices' and a covariate series could be 'interest rates'. To make it clear to the model which is your priority, there is a weights arg to .fit which can accept a dictionary weighting the one you are most concerned about …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@LoZnzz
Comment options

Answer selected by LoZnzz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants