Saturday, February 11, 2012

Today's work on Piglet - Binning

Today I worked on the Binning module of my Piglet program. This module allows you to help bin data. I already had the original bin pane so these last few sessions were clean up and add on sessions.

The work that went in added the following functionality:
1) Allowing the user to smooth the data by adding a smoothing column to the bins
2) Narrowing the columns the user can choose to bin so that only numeric columns are shown
3) Making sure the user has entered column names - integrity checks
4) General code clean up

I'm very pleased with results. This is the kind of thing I was hoping for when I came back to the project. I already had a solid base but it was just a little rough around the edges and each module lacked some functionality that I'm now getting to add.

No comments:

Post a Comment