Projects authored by tom fawcett.


Logo Pyriel 1.5

by tfawcett - October 27, 2010, 09:12:53 CET [ BibTeX BibTeX for corresponding Paper Download ] 37358 views, 9549 downloads, 0 subscriptions

About: Pyriel is a Python system for learning classification rules from data. Unlike other rule learning systems, it is designed to learn rule lists that maximize the area under the ROC curve (AUC) instead of accuracy. Pyriel is mostly an experimental research tool, but it's robust and fast enough to be used for lightweight industrial data mining.

Changes:

1.5 Changed CF (confidence factor) to do LaPlace smoothing of estimates. New flag "--score-for-class C" causes scores to be computed relative to a given (positive) class. For two-class problems. Fixed bug in example sampling code (--sample n) Fixed bug keeping old-style example formats (terminated by dot) from working. More code restructuring.


Logo ROC algorithms 1.0

by tfawcett - January 9, 2010, 19:52:00 CET [ BibTeX BibTeX for corresponding Paper Download ] 10112 views, 2821 downloads, 0 subscriptions

About: A set of Perl programs for generating and manipulating ROC curves.

Changes:

Initial Announcement on mloss.org.


Logo ROCCH 2.2

by tfawcett - January 9, 2010, 07:47:47 CET [ BibTeX BibTeX for corresponding Paper Download ] 7987 views, 2714 downloads, 0 comments, 0 subscriptions

About: Given many points in ROC (Receiver Operator Characteristics) space, computes the convex hull.

Changes:

Initial Announcement on mloss.org.