Justin Basilico

Results 35 issues of Justin Basilico

It looks like if you have a NaN element in the code it can cause vectors to be declared equal that are not. Example code: ``` assertFalse( VectorFactory.getDenseDefault().copyValues(Double.NaN).equals( VectorFactory.getDenseDefault().copyValues(0.0))); ```

bug

Add support for doing regression with an L1 penalty.

enhancement

DefaultWeightedPair is missing an equals and hashCode implementations.

bug

Have the ability to just take in the data, normalize, train, and bake the normalization into the coefficients.

enhancement

Add direct support for multiclass logistic regression.

enhancement

There is a binary versus for all pairs and a winner-take-all but not an adapter for one class versus another.

enhancement

Adding back SummaryStatistics implementations after 4.0.0 release. Pull request created to collect more feedback.

This could be a bit nicer of an interface than having to cast back and forth to doubles.

enhancement

Add incremental versions of Bernoulli and Binomial distributions.

enhancement

In the MutableInteger, MutableDouble, and MutableLong classes, add methods that take primitives for basic operations like +, -, *, and / along with the self-modifying versions.

enhancement