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
* Refactorised tabularisation + Jupyter notebook w/ experiments.
* Added 'moving window' method + refactored 'time intersection' method.
* Refactoring/code simplification + bug fixes.
* Added `is_training` flag.
* Added tests + bug fixes.
* More tests + debugging.
* Fixed zero lag value not allowed bug + other debugging.
* RegressionModel now calls `create_lagged_training_data` + passing tests.
* ShapExplainer now uses `create_lagged_prediction_data` + minor test modifications.
* Added further documentation, esp to tests.
* Moved `_add_static_covariates` from `tabularization.py` to `regression_model.py`.
* Static covariates refactorings.
* typo fix in test_regression_models.py
Co-authored-by: eliane-maalouf <[email protected]>
* Removed old `_create_lagged_data` and tests notebook.
* Clarification about `check_inputs` in docstring.
* Allow `lags_future_covariates` to be `> 0`, and enforce `lags_past_covariates < 0`.
* Made `get_feature_times` private, now `_get_feature_times`.
* Placed `for` loop back inside `create_lagged_data`; more info in docstrings; test `Sequence[TimeSeries]` inputs and stochasic inputs.
* Fixed `bootstrap=True` in `test_regression_models.py`.
* Added note about `np.split` in `regression_model.py`.
* Fixed repeated static covariates width calculation.
* Fixed `shap_explainer` bug.
* Amended static covariates test so that values of appended static cov columns are explicitly checked.
* Updated docstring error.
Co-authored-by: Matthew Bilton <[email protected]>
Co-authored-by: eliane-maalouf <[email protected]>
Co-authored-by: Julien Herzen <[email protected]>
0 commit comments