Files
MLPproject/.venv/lib/python3.12/site-packages/sklearn/frozen/__init__.py
2025-10-23 15:44:32 +02:00

7 lines
148 B
Python

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