File size: 232 Bytes
7885a28 |
1 2 3 4 5 6 7 8 9 10 11 |
py.extension_module(
'_gradient_boosting',
['_gradient_boosting.pyx'] + utils_cython_tree,
dependencies: [np_dep],
cython_args: cython_args,
subdir: 'sklearn/ensemble',
install: true
)
subdir('_hist_gradient_boosting')
|