Hi,

It seems like at the moment, there are only two ways to build a tree object
in sklearn; and the second is basically a derivative of the first:
1) Training a tree from data
2) Unpickling an old tree

I have a few trees stored as JSON and would like to write a utility
function to load them into a sklearn tree object. More generally, this
function would facilitate integrating sklearn with other libraries - which
is a very good thing!

Is this a good idea? Is there anything I should pay attention to
implementing this?

Kao
------------------------------------------------------------------------------
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111&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