This repository has been archived by the owner on Apr 24, 2024. It is now read-only.
Restructure ridge test for different dataset cases #33
Labels
documentation
Improvements or additions to documentation
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:
The text was updated successfully, but these errors were encountered: