DEBSOURCES
Skip Quicknav
sources / scikit-learn / 1.7.2%2Bdfsg-3 / sklearn / frozen / __init__.py
123456
# Authors: The scikit-learn developers # SPDX-License-Identifier: BSD-3-Clause from ._frozen import FrozenEstimator __all__ = ["FrozenEstimator"]