update dependency paths
This commit is contained in:
@@ -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 *
|
||||
Reference in New Issue
Block a user