AI-Calibrate

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

-*- Mode: Text -*-

AI-Calibrate version 1.0
=========================

AI::Calibrate - Perl module for producing probabilities from classifier scores

In AI, classifiers usually return some sort of an instance score with their
classifications.  These scores can be used as probabilities in various
calculations, but first they need to be calibrated.  Naive Bayes, for example,
is a very useful classifier, but the scores it produces are usually "bunched"
around 0 and 1, making these scores poor probability estimates.  Support
vector machines have a similar problem.  Both classifier types should be
calibrated before their scores are used as probability estimates.  This module
calibrates a classifier using the Pool Adjacent Violators algorithm.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

No other modules are required.

COPYRIGHT AND LICENCE

Copyright (C) 2008 by Tom Fawcett

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.8 or,
at your option, any later version of Perl 5 you may have available.


 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 0.372 second using v1.00-cache-2.02-grep-82fe00e-cpan-2c419f77a38b )