[web2py] Re: building a decision tree in web2py

2012-05-28 Thread Anj
x27;s code "... The > most rewarding work I've done this year" > > You could also use Graphviz, which I've also used with web2py, but I'm now > trying to get my graphviz diagrams (static diagrams) to come out more > dynamically with d3. > Have a look a

[web2py] Re: building a decision tree in web2py

2012-05-28 Thread Anj
, but I'm now > trying to get my graphviz diagrams (static diagrams) to come out more > dynamically with d3. > Have a look and let me know what you think. > > Andrew W > > On Monday, May 28, 2012 3:00:34 PM UTC+12, Anj wrote: >> >> hi! I have python codes for bu

[web2py] Re: building a decision tree in web2py

2012-05-28 Thread Anj
pter/29/4#Accessing-the-API-from-Python-modules > . > > Anthony > > On Sunday, May 27, 2012 11:00:34 PM UTC-4, Anj wrote: >> >> hi! I have python codes for building an id3 decision tree and they`re >> already running. However, the output decision tree is just text

[web2py] building a decision tree in web2py

2012-05-28 Thread Anj
hi! I have python codes for building an id3 decision tree and they`re already running. However, the output decision tree is just text-based. So, I decided to use web2py to give it a more pleasant look. Now, my problem is how do i integrate these codes in web2py. I mean, where will I insert these