diff --git a/hunga_bunga/regression.py b/hunga_bunga/regression.py index 0a9967a..10edb22 100644 --- a/hunga_bunga/regression.py +++ b/hunga_bunga/regression.py @@ -21,8 +21,8 @@ from sklearn.linear_model import LinearRegression, Ridge, Lasso, ElasticNet, Lars, LassoLars, OrthogonalMatchingPursuit, BayesianRidge, ARDRegression, SGDRegressor, PassiveAggressiveRegressor, RANSACRegressor, HuberRegressor -from core import * -from params import * +from hunga_bunga.core import * +from hunga_bunga.params import * linear_models_n_params = [