/
githubmirror
/
scikit-learn
Обзор
Документация
Войти
/
githubmirror
/
scikit-learn
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
sklearn/cross_decomposition/__init__.py
8 строк
271 B
Loïc Estève
MNT Switch to absolute imports enforced by `ruff` (#31847)
29 июл 2025, 16:42
Не верифицирован
29 июл 2025, 16:42
1fe6595
Код
Авторство
О чём код?
"""Algorithms for cross decomposition.""" # Authors: The scikit-learn developers # SPDX-License-Identifier: BSD-3-Clause from sklearn.cross_decomposition._pls import CCA, PLSSVD, PLSCanonical, PLSRegression __all__ = ["CCA", "PLSSVD", "PLSCanonical", "PLSRegression"]