Replies: 1 comment 2 replies
-
If I recall, we expose the Cython class for the regression/classification regression from which you can inherit. It would require writing some Cython criteria and compile. However, we don't officially support custom criteria. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to build a causal tree instead of the traditional regression/classification tree in the study, and the causal tree require different criteria. I wonder whether and how I can pass a new criterion defined by myself to the 'criterion' parameter in DecisionTreeRegressor/DecisionTreeClassifier.
Beta Was this translation helpful? Give feedback.
All reactions