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
For running tests we need pytest and sklearn as we test against sklearns implementation of coordinate descent. We should make this explicit in the pyproject.toml.
sklearn has quite a few dependencies and we currently only have it as "soft" dependency for testing (not explicity noted in the pyproject.toml). Allowing for pipelines would be cool though.
For running tests we need
pytest
andsklearn
as we test againstsklearn
s implementation of coordinate descent. We should make this explicit in thepyproject.toml
.Originally posted by @simon-hirsch in #25 (comment)
The text was updated successfully, but these errors were encountered: