You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
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')
|