Skip to content

Commit 34278ed

Browse files
authored
Update __init__.py
add dot
1 parent 537c29d commit 34278ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ngclearn/modules/regression/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
from elastic_net import Iterative_ElasticNet
2-
from lasso import Iterative_Lasso
3-
from ridge import Iterative_Ridge
1+
from .elastic_net import Iterative_ElasticNet
2+
from .lasso import Iterative_Lasso
3+
from .ridge import Iterative_Ridge
44

55

66

0 commit comments

Comments
 (0)