rapidsai / cuml

cuML - RAPIDS Machine Learning Library
https://docs.rapids.ai/api/cuml/stable/
Apache License 2.0
4.25k stars 534 forks source link

Drop `import`s from `.pxd` files #6049

Open jakirkham opened 2 months ago

jakirkham commented 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

https://github.com/rapidsai/cuml/blob/973a65ff703a14d9dd8f355af373e2053444b27a/python/cuml/cuml/ensemble/randomforest_shared.pxd#L17-L20