File size: 305 Bytes
7885a28 |
1 2 3 4 5 6 7 8 9 10 11 |
"""Importable modules that enable the use of experimental features or estimators.
.. warning::
The features and estimators that are experimental aren't subject to
deprecation cycles. Use them at your own risks!
"""
# Authors: The scikit-learn developers
# SPDX-License-Identifier: BSD-3-Clause
|