Garve/scikit-bonus

View on GitHub
skbonus/meta/__init__.py

Summary

Maintainability
A
0 mins
Test Coverage
"""Meta estimators."""

from ._explainable_regressor import ExplainableBoostingMetaRegressor
from ._zero_inflated_regressor import ZeroInflatedRegressor

__all__ = ["ZeroInflatedRegressor", "ExplainableBoostingMetaRegressor"]