/
githubmirror
/
scikit-learn
Обзор
Документация
Войти
/
githubmirror
/
scikit-learn
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
1.5.0
sklearn/preprocessing/meson.build
16 строк
414 B
Loïc Estève
BLD Fix more build dependencies in meson build (#28821)
15 апр 2024, 11:34
Не верифицирован
15 апр 2024, 11:34
af236f6
Код
Авторство
О чём код?
py.extension_module( '_csr_polynomial_expansion', ['_csr_polynomial_expansion.pyx', utils_cython_tree], cython_args: cython_args, subdir: 'sklearn/preprocessing', install: true ) py.extension_module( '_target_encoder_fast', ['_target_encoder_fast.pyx', utils_cython_tree], override_options: ['cython_language=cpp'], cython_args: cython_args, subdir: 'sklearn/preprocessing', install: true )