Skip to content

JSAT 0.0.9

Latest
Compare
Choose a tag to compare
@EdwardRaff EdwardRaff released this 03 Dec 21:36
· 192 commits to master since this release

This will be the last release supporting Java 6

Improvements include:

  • General Bug Fixes
  • New Jaccard Distance
  • New SMOTE and Borderline-SMOTE algorithms for class imbalance
  • New SDCA algorithm for general purpose (classification & regression) linear model solving (with elastic-net regularization)
  • Added DataWriter interface for CSV, LIBSVM, and JSATData file types. This is particularly useful for cases where you want multiple threads writing out to the file at once.