/
githubmirror
/
scikit-learn
Обзор
Документация
Войти
/
githubmirror
/
scikit-learn
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
sklearn/_distributor_init.py
13 строк
424 B
Adrin Jalali
MNT Add author/license note where missing and add the linter (#29477)
22 июл 2024, 23:05
Не верифицирован
22 июл 2024, 23:05
3e127a3
Код
Авторство
О чём код?
"""Distributor init file Distributors: you can add custom code here to support particular distributions of scikit-learn. For example, this is a good place to put any checks for hardware requirements. The scikit-learn standard source distribution will not put code in this file, so you can safely replace this file with your own version. """ # Authors: The scikit-learn developers # SPDX-License-Identifier: BSD-3-Clause