update dependency paths
This commit is contained in:
parent
d7b4eaf110
commit
76bd7ff783
@ -3,3 +3,4 @@ import crankshaft.random_seeds
|
||||
import crankshaft.clustering
|
||||
import crankshaft.space_time_dynamics
|
||||
import crankshaft.segmentation
|
||||
import crankshaft.regression
|
||||
|
2
src/py/crankshaft/crankshaft/regression/__init__.py
Normal file
2
src/py/crankshaft/crankshaft/regression/__init__.py
Normal file
@ -0,0 +1,2 @@
|
||||
from crankshaft.regression.gwr import *
|
||||
from crankshaft.regression.glm import *
|
1
src/py/crankshaft/crankshaft/regression/gwr/__init__.py
Normal file
1
src/py/crankshaft/crankshaft/regression/gwr/__init__.py
Normal file
@ -0,0 +1 @@
|
||||
from base import *
|
Loading…
Reference in New Issue
Block a user