group-wbl/.venv/lib/python3.13/site-packages/sklearn/frozen/__init__.py
2026-01-09 09:48:03 +08:00

7 lines
162 B
Python

# Authors: The scikit-learn developers
# SPDX-License-Identifier: BSD-3-Clause
from sklearn.frozen._frozen import FrozenEstimator
__all__ = ["FrozenEstimator"]