Repository URL to install this package:
|
Version:
1.2.0 ▾
|
# License: BSD 3 clause
from .glm import (
_GeneralizedLinearRegressor,
PoissonRegressor,
GammaRegressor,
TweedieRegressor,
)
__all__ = [
"_GeneralizedLinearRegressor",
"PoissonRegressor",
"GammaRegressor",
"TweedieRegressor",
]