BouchardLab / pyuoi

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

Index mask in Logistic regression #201

Closed JesseLivezey closed 3 years ago

JesseLivezey commented 3 years ago

Uses indexing to make the optimization problem smaller rather than multiplicative masking.

Small or no speedup for dense models. ~2x or more speedup for highly sparse, large models 1% or less.

Closes #198