Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
add dot
  • Loading branch information
Faezehabibi authored Dec 10, 2024
1 parent 537c29d commit 34278ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ngclearn/modules/regression/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from elastic_net import Iterative_ElasticNet
from lasso import Iterative_Lasso
from ridge import Iterative_Ridge
from .elastic_net import Iterative_ElasticNet
from .lasso import Iterative_Lasso
from .ridge import Iterative_Ridge



Expand Down

0 comments on commit 34278ed

Please sign in to comment.