Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
julian-fong authored Jul 31, 2024
1 parent 7749dff commit fa98319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skpro/regression/linear/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Linear regression models."""
# copyright: skpro developers, BSD-3-Clause License (see LICENSE file)

from skpro.regression._dummy import DummyProbaRegressor
from skpro.regression.dummy import DummyProbaRegressor
from skpro.regression.linear._glm import GLMRegressor
from skpro.regression.linear._sklearn import ARDRegression, BayesianRidge
from skpro.regression.linear._sklearn_poisson import PoissonRegressor
Expand Down

0 comments on commit fa98319

Please sign in to comment.