| Previous: API |
Future Work
1. Do the (ROC) curves intersect, if so do not report AUC.
---what does the AUC mean when they intersect?
2. How much better are we doing than the trival classifier?
3. Range over class distributions or costs?
- References page
- Calculate Confidence Intervals
(Guijun)
- http://hunch.net/~jl/projects/prediction_bounds/bound/bound.html
- http://hunch.net/semibound/semibound_0.1.tar.gz
- http://hunch.net/~jl/projects/prediction_bounds/pv2/catalog.pdf
- Add graphviz calls: GraphUtil
(Guijun)
- http://www.graphviz.org/
- http://www.graphviz.org/doc/libguide/libguide.pdf
- link as dynamic library (if library not there remove option)
- or link static using #ifdef around code not used
- I will provide a interface class.
- GNU Plot calls
(Guijun)
- http://www.gnu.org/software/plotutils/
- Same as
- Latex Output Summary
(Guijun)
- Output latex code and/or xml and use xsl
- part of webservice
- latex to html and pdf
- xsl: http://www.computorcompanion.com/LPMArticle.asp?ID=202
- GNU Plot & Dot
Webservice
(Rob)
- http://www.oreilly.com/openbook/cgi/ch06_04.html
- Blog/Forum (talk to me)
- Match CSS with Doxygen (George)
- Add Classifiers
(Rob)
- Neural Nets: libnn-utility-2.1
- IND Trees
- Cover Tree (KNN)
- Naive Bayes
- Webserver
(Rob)
- Accept arguments
- Run program
- Serve HTML or PDF Summary of results
- Evaluation that combines output
(Rob and/or Guijun)
- Tests on mutliple datasets
- Compare multiple learning algorithms on one dataset
- Auto generated html config files (Rob and/or George)
- C CGI parameters (Rob)
- Evaluation HTML output parameters & output (Matt and/or Adam)
- Website
- add script to download sample datasets
- add sample configuration files
- documentation on install script
| Bug Report | http://www.bugzilla.org/ |
| Version Control | http://www.nongnu.org/cvs/ |
| Blog | http://nucleuscms.org/ |
| Wiki | http://twiki.org/ |
| Previous: API |