Smile Versions Save

Statistical Machine Intelligence & Learning Engine

v3.1.0

3 weeks ago
  • Declarative Data Visualization for Java

v3.0.3

1 month ago

Bug fixes.

v3.0.2

10 months ago
  1. Minor bug fixes.
  2. Improve flaky tests.

v3.0.1

1 year ago
  1. Remove XStream dependency as it exposes many vulnerabilities
  2. Bug fixes with ICA, MCC, Shap Value, etc.

v3.0.0

1 year ago
  1. Switch to dual license model to meet open-source projects (GPL) and the development and distribution needs of commercial distributors (such as OEMs, ISVs and VARs).
  2. Java Module friendly with auto module name
  3. Redesigned feature engineering packages (missing value imputation, transform, selection, extraction, importance)
  4. One-class SVM
  5. Isolation forest
  6. Feature Hashing
  7. One-way ANOVA
  8. BigMatrix supporting more than 2 billion elements
  9. Latin hypercube sampling
  10. CLI supports training, batch prediction, endpoint, etc.
  11. Bug fixes

v2.6.0

3 years ago
  • Spark integration (thanks Pierre Nodet)
  • t-SNE is 6X faster (thanks Brault Olivier-O)
  • Fully redesigned Gaussian Process Regression with HPO
  • L-BFGS-B
  • Matern kernel and composed kernels
  • Fully redesigned model validation facilities and metrics
  • Various optimization and bug fixes

v2.5.3

3 years ago
  1. enhance MLP
  2. bug fixes.

v2.5.2

3 years ago
  1. AR and ARMA for time series modeling
  2. Optimize interpolation package
  3. Optimize matrix decomposition memory usage.
  4. Bug fixes.

v2.5.1

3 years ago
  • Generalized ridge regression
  • Enhance JSON library
  • Do NOT transparently include OpenBLAS library to save space. If the users need optimized matrix computation, they should add the dependency based on their platform. See README for details.

v2.5.0

3 years ago
  1. New matrix design
  2. New formula design
  3. Generalized linear models (GLM)
  4. Sparse logistic regression
  5. Bug fixes