Open jakirkham opened 2 months ago
Appears there are imports in .pxd files. As imports don't do anything in .pxd files (only .pyx files), think we can drop these
import
.pxd
.pyx
https://github.com/rapidsai/cuml/blob/973a65ff703a14d9dd8f355af373e2053444b27a/python/cuml/cuml/ensemble/randomforest_shared.pxd#L17-L20
Appears there are
import
s in.pxd
files. Asimport
s don't do anything in.pxd
files (only.pyx
files), think we can drop thesehttps://github.com/rapidsai/cuml/blob/973a65ff703a14d9dd8f355af373e2053444b27a/python/cuml/cuml/ensemble/randomforest_shared.pxd#L17-L20