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

Lag/lead rename argument #5

Open
bearloga opened this issue Nov 15, 2018 · 1 comment
Open

Lag/lead rename argument #5

bearloga opened this issue Nov 15, 2018 · 1 comment

Comments

@bearloga
Copy link
Owner

In #4 I suggested that the names of the horizon columns should be prefixed with mlts_lead_, so perhaps there should be some kind of argument that changes what the prefixes are:

  • mlts_lag_mlts_previous_ or mlts_past_
  • mlts_lead_mlts_next_ or mlts_future_

Totally optional argument that might make the output easier to read, especially to not accidentally mix up which columns you're using as the response(s) when training your model.

@bearloga
Copy link
Owner Author

prefix = c("technical", "friendly")???

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

No branches or pull requests

1 participant