Skip to content

Commit

Permalink
Update _lasso.py - - use pyximport pt.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thierrymoudiki authored Apr 23, 2024
1 parent 35d21c6 commit 8125c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlsauce/lasso/_lasso.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from numpy.linalg import inv
try:
from . import _lassoc as mo
except:
except ImportError:
import pyximport; pyximport.install()
import _lassoc as mo
from ..utils import get_beta
Expand Down

0 comments on commit 8125c56

Please sign in to comment.