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
{{ message }}
This repository was archived by the owner on Apr 24, 2024. It is now read-only.
We have certain tests in TestRidge which only work with when n_features << n_samples, so we have two data sets we are testing on. At the moment this is not so visible in the code, because we overwrite the same parameter names. We could choose different names for the parameters or pack them in a dictionary with different names. We could also use pytest fixtures for this which has the additional benefit to reduce code repetition since we do almost in every test: