Skip to content

Commit

Permalink
Update _ridge.py
Browse files Browse the repository at this point in the history
  • Loading branch information
thierrymoudiki authored Apr 24, 2024
1 parent 91887e9 commit 0cbf5b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlsauce/ridge/_ridge.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from numpy.linalg import inv

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

from ..utils import get_beta

Expand Down

0 comments on commit 0cbf5b2

Please sign in to comment.