You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then ideally a subclass just has to add these additional kwargs to the __init__ structure and then override the corresponding _criterion/splitter/tree_kwargs.
problem
Rn, we have to override and copy a lot of custom code to make
fit
andpartial_fit
work in subclasses ofBaseDecisionTree
insidesktree
.possible soln
We should track the kwarg parameters needed to instantiate the:
These should be then easily accessible in subclasses. E.g.
Then ideally a subclass just has to add these additional kwargs to the
__init__
structure and then override the corresponding_criterion/splitter/tree_kwargs
.cc: @PSSF23 from our discussion
The text was updated successfully, but these errors were encountered: