mltk
mltk copied to clipboard
Machine Learning Tool Kit
If the original features are at different ranges other than [-1, 1], do we need to normalize/calibrate their values before running mltk.predictor.gam.GAMLearner? Or, GAMLearner will take care of it? Another...
I've been reading the docs trying to create an example of classification with GA2MLearner using command-line tools. I checked in https://github.com/dfrankow/mltk/tree/master/examples with [train_ga2m.sh](https://github.com/dfrankow/mltk/blob/master/examples/train_ga2m.sh). You should be able to check it...
This is a very interesting package for ml in java. I think there must be some working data set during the development. could you provide some of them as demos...
I have been trying to use MLTK for a regression problem, and I found there are many important details missing from the documentation: - There is no info on how...
It seems to me that there is a bug in `Visualizer` when one of the interaction terms is not of type `BinnedAttribute`, because at line 251 there is a cast...
If I run an elastic net learner a dozen times in a row, I get nine different results. I've confirmed that my input data is identical on each round (the...
Hi Yin, I figured out how to do a proper pull request - here it is. I've added a few more modifications and it is safe to merge my changes...