Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

edgify / scikit-learn   python

Repository URL to install this package:

Version: 0.23.2 

/ linear_model / _glm / __init__.py

# License: BSD 3 clause

from .glm import (
    GeneralizedLinearRegressor,
    PoissonRegressor,
    GammaRegressor,
    TweedieRegressor
)

__all__ = [
    "GeneralizedLinearRegressor",
    "PoissonRegressor",
    "GammaRegressor",
    "TweedieRegressor"
]