Skip to content

v0.0.24

Compare
Choose a tag to compare
@ishii-norimi ishii-norimi released this 08 Jan 02:14
· 560 commits to main since this release

Improve

  • Add n-linear interpolation
  • Add Natural neighbor interpolation
  • Add ART clustering
  • Add DANN classification
  • shuffle function of Matrix returns original index

Breaking changes

  • Change the smoothing model to a class and change the input type (Cumulative, Exponential, Modified, Simple, Linear weighted, Triangular, Median)
  • Change the input type of fit/predict function from 2D to 1D (Hampel, Holt winters, KZ, SG, Lowpass, Bessel, Butterworth, Chebyshev, Elliptic)
  • Move ensemble binary model to model
  • Change the inputs of update function of Monte carlo and Policy gradient models

Bug fix

  • Balanced histogram returns invalid values
  • Mutual information returns invalid values
  • kNN density estimation failed to calculate estimated values
  • A2C and Dynamic programming raise error when learning

Minor changes

  • Small improve for Delaunay interpolation