Including _criterion.pxd in the wheel to dervive new criterion #12363
Labels
Easy
Well-defined and straightforward way to resolve
good first issue
Easy with clear instructions to resolve
help wanted
Milestone
PR #10325 make it possible to derive a new criterion by exposing the
RegressionCriterion
andClassificationCriterion
. However, it seems that this PR does not make available the header file_criterion.pxd
in the wheel. I was thinking thatMANIFEST.in
who do that but apparently not.Checking
scipy
, I think that we should add the followingsklearn/tree/setup.py
Is it the right way and do we want to do it?
The text was updated successfully, but these errors were encountered: