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
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.
The
GLMRegressor
fails theupdate
tests, specificallytest_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.The text was updated successfully, but these errors were encountered: