File size: 148 Bytes
7885a28 |
1 2 3 4 5 6 7 |
# Authors: The scikit-learn developers
# SPDX-License-Identifier: BSD-3-Clause
from ._frozen import FrozenEstimator
__all__ = ["FrozenEstimator"]
|
7885a28 |
1 2 3 4 5 6 7 |
# Authors: The scikit-learn developers
# SPDX-License-Identifier: BSD-3-Clause
from ._frozen import FrozenEstimator
__all__ = ["FrozenEstimator"]
|