group-wbl/.venv/lib/python3.13/site-packages/sklearn/ensemble/meson.build

10 lines
224 B
Meson
Raw Permalink Normal View History

2026-01-09 09:48:03 +08:00
py.extension_module(
'_gradient_boosting',
[cython_gen.process('_gradient_boosting.pyx')] + utils_cython_tree,
dependencies: [np_dep],
subdir: 'sklearn/ensemble',
install: true
)
subdir('_hist_gradient_boosting')