Skip to content

1.2.1

Compare
Choose a tag to compare
@haifengl haifengl released this 02 Dec 21:06
· 4013 commits to master since this release
  1. Performance improvement, especially LASSO
  2. Row major matrix and column major matrix in addition to existing Matrix(double[][])
  3. Random Forest serializable
  4. Reduce the memory footprint of DecisionTree, RandomForest, etc.
  5. Scala API for Scala 2.10
  6. Bug fixes