Skip to content

Releases: haifengl/smile

3.1.0

02 Apr 14:21
Compare
Choose a tag to compare
  • Declarative Data Visualization for Java

3.0.3

09 Mar 03:39
Compare
Choose a tag to compare

Bug fixes.

3.0.2

14 Jun 12:20
Compare
Choose a tag to compare
  1. Minor bug fixes.
  2. Improve flaky tests.

3.0.1

03 Mar 12:39
Compare
Choose a tag to compare
  1. Remove XStream dependency as it exposes many vulnerabilities
  2. Bug fixes with ICA, MCC, Shap Value, etc.

3.0.0

15 Dec 22:53
Compare
Choose a tag to compare
  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

2.6.0

05 Dec 17:12
Compare
Choose a tag to compare
  • 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

2.5.3

19 Sep 03:57
Compare
Choose a tag to compare
  1. enhance MLP
  2. bug fixes.

2.5.2

06 Sep 15:32
Compare
Choose a tag to compare
  1. AR and ARMA for time series modeling
  2. Optimize interpolation package
  3. Optimize matrix decomposition memory usage.
  4. Bug fixes.

2.5.1

17 Aug 01:10
Compare
Choose a tag to compare
  • 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.

2.5.0

23 Jul 02:47
Compare
Choose a tag to compare
  1. New matrix design
  2. New formula design
  3. Generalized linear models (GLM)
  4. Sparse logistic regression
  5. Bug fixes