Skip to content

Commit

Permalink
Update _lasso.py
Browse files Browse the repository at this point in the history
  • Loading branch information
thierrymoudiki authored Apr 24, 2024
1 parent c4e899f commit 91887e9
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

import pyximport; pyximport.install()
import _lassoc as mo
from . import _lassoc as mo

from ..utils import get_beta

Expand Down

0 comments on commit 91887e9

Please sign in to comment.