BouchardLab / pyuoi

The Union of Intersections Framework in Python
https://pyuoi.readthedocs.io
Other
12 stars 16 forks source link

Docstring corrections, tol setting in lasso, temp picasso intercept fix #204

Closed JesseLivezey closed 2 years ago

JesseLivezey commented 3 years ago

PR does a few things

Closes #197

Currently picasso always fits an intercept for lasso. Now, if fit_intercept=False with picasso, an error is raised. Changes to picasso can be reverted after this issue is resolved https://github.com/jasonge27/picasso/issues/25

This also converts an error with ow-lbfgs when max_iter is reached into a warning, more similar to scipy. This allows max_iter to stop early and still return a value.

Some docs fixes/improvements.