Hi all,

In the current implementation of the decision tree, data is split according
to the criterion of the form:
some feature < some threshold

Is there a way use more general form such as:
some feature = some value or
F(feature) < some threshold
where F is a function of the features.

It would be best if I don't have to write the code from scratch and reuse as 
much code in the library as possible.

Thanks for any suggestion.

Regards,
Caleb
------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today.
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
_______________________________________________
Scikit-learn-general mailing list
Scikit-learn-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to