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

Extracting corresponding coefficients for regression_model, where lags are used on covariates. #458

Closed
ggerogiokas opened this issue Aug 31, 2021 · 2 comments
Labels
improvement New feature or improvement

Comments

@ggerogiokas
Copy link

Is your feature request related to a current problem? Please describe.

The coef_ of the regression_model has no labels so it's unclear which lag and covariate each coefficient is associated with.

Describe proposed solution

Pull out labels and associated lag per coefficient (not possible if multivariate time-series is not labelled). Or make clear what the order of the covariates and their lags are.

@ggerogiokas ggerogiokas added the triage Issue waiting for triaging label Aug 31, 2021
@hrzn
Copy link
Contributor

hrzn commented Jan 5, 2023

Linked to #192

@madtoinou madtoinou added improvement New feature or improvement and removed triage Issue waiting for triaging labels Feb 27, 2023
@madtoinou
Copy link
Collaborator

Closed by #1679, the name of the features are accessible for the RegressionModel in the _lagged_feature_names attribute (List[str]).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement New feature or improvement
Projects
None yet
Development

No branches or pull requests

3 participants