[web2py] Re: building a decision tree in web2py

2012-08-26 Thread apps in tables
Good luck... --

[web2py] Re: building a decision tree in web2py

2012-08-26 Thread Andrew
I don't think there is one publicly available yet. It's on my to do list. On Monday, August 27, 2012 8:53:35 AM UTC+12, apps in tables wrote: > > Hi , > > Where can i find web2py example application using D3 ? > > Regards, > > Ashraf > > On Monday, May 28, 2012 5:52:42 PM UTC+3, Andrew wrote: >>

[web2py] Re: building a decision tree in web2py

2012-08-26 Thread apps in tables
Hi , Where can i find web2py example application using D3 ? Regards, Ashraf On Monday, May 28, 2012 5:52:42 PM UTC+3, Andrew wrote: > > Hi, > Is your specific question how to visually display a decision tree in a > web2py application ? > > I have been playing around with D3 (Data Driven Docume

[web2py] Re: building a decision tree in web2py

2012-05-28 Thread Anj
hi! i`ve seen your work and it`s great! will you let me use your code if ever i decide to make my display look like that? Noong Lunes, Mayo 28 2012 02:52:42 UTC-12, si Andrew ay sumulat: > > Hi, > Is your specific question how to visually display a decision tree in a > web2py application ? > > I

[web2py] Re: building a decision tree in web2py

2012-05-28 Thread Anj
hi! the problem is not really on the display itself but on how shall i build the decision tree using those functions in test.py so that i can display the output. you see, i need to go through the contents of the dataset file before i can have the dtree output. Noong Lunes, Mayo 28 2012 02:52:42

[web2py] Re: building a decision tree in web2py

2012-05-28 Thread Anj
I have already done that. i just need to revise those that are in the test.py to conform to web2py structure Noong Lunes, Mayo 28 2012 03:02:47 UTC-12, si Anthony ay sumulat: > > Put dtree.py and id3.py in /web2py/application/yourapp/modules/. See > http://web2py.com/books/default/chapter/29/4#A

[web2py] Re: building a decision tree in web2py

2012-05-28 Thread Anthony
You can also put the modules anywhere in your PYTHONPATH and import them as well. On Monday, May 28, 2012 11:02:47 AM UTC-4, Anthony wrote: > > Put dtree.py and id3.py in /web2py/application/yourapp/modules/. See > http://web2py.com/books/default/chapter/29/4#Accessing-the-API-from-Python-module

[web2py] Re: building a decision tree in web2py

2012-05-28 Thread Anthony
Put dtree.py and id3.py in /web2py/application/yourapp/modules/. See http://web2py.com/books/default/chapter/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 > alr

[web2py] Re: building a decision tree in web2py

2012-05-28 Thread Andrew
Hi, Is your specific question how to visually display a decision tree in a web2py application ? I have been playing around with D3 (Data Driven Documents) see d3js.org, which I think is the best thing since sliced bread ! Have a look at this example for some ideas / possibilities. http://bl