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

[BUG] GLMRegressor fails update tests #497

Open
fkiraly opened this issue Nov 17, 2024 · 0 comments
Open

[BUG] GLMRegressor fails update tests #497

fkiraly opened this issue Nov 17, 2024 · 0 comments
Labels
bug module:regression probabilistic regression module

Comments

@fkiraly
Copy link
Collaborator

fkiraly commented Nov 17, 2024

The GLMRegressor fails the update tests, specifically test_online_update, from some of the test cases (not all).

This is likely to do with the test cases including exogeneous variables or weights.

A test skip was added with #496 (in tests._config), this should be reverted once fixed.

@fkiraly fkiraly added bug module:regression probabilistic regression module labels Nov 17, 2024
fkiraly added a commit that referenced this issue Nov 17, 2024
This PR sets up an exclude list for estimators in `skpro`.

Similar to `sktime`, excluded tests or estimators can now be specified
in `skpro.tests._config`.

Also adds a skip for #497.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug module:regression probabilistic regression module
Projects
None yet
Development

No branches or pull requests

1 participant