Fellow monks,

I made myself a little utility that automates some tasks in generating data for machine learning. It assumes that the user have some data and want to evaluate some features on it and format it for some machine learning method. What the module does are various conversions of the feature's values.

Before I make it available on CPAN, I'd love to hear your thoughts. Here is the module and the distribution

Update: I already posted the package on CPAN. However, I still welcome any comments.

use strict; use warnings; print "Just Another Perl Hacker\n";