You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: create and store the lagged features names in the regression models
* feat: adding corresponding tests in tabularization
* fix: support any kind of Sequence to generate the lagged features name
* feat: verify that the number of lagged feature names matches the feature_importances in the relevant regression models
* fix: if any of the variate is a sequence of ts with different components names, create generic name for the corresponding variate, updated the tests
* fix: using the same naming convention for the lagged components as the explainability module
* refactor and fix some type hint warnings
* simplified lagged feature name generation and moved out of regression model
* fix regr model tests
* fix create lagged data tests
* fix small bug in unit test
* fix bug in unittest from last PR
---------
Co-authored-by: dennisbader <[email protected]>
0 commit comments