Skip to content

Releases: RubixML/ML

2.5.1

31 Aug 22:58
Compare
Choose a tag to compare
  • Fix bug in SVM (SVC and SVR) inferencing

2.5

23 May 17:45
d43a5f2
Compare
Choose a tag to compare
2.5
  • Added Vantage Point Spatial tree
  • Blob Generator can now simulate() a Dataset object
  • Added Wrapper interface
  • Plus Plus added check for min number of sample seeds
  • LOF prevent div by 0 local reachability density

2.4.0

26 May 16:55
Compare
Choose a tag to compare
  • Add GELU activation function
  • Add numParams() method to Network
  • Neural Network Learners now report number of trainable parameters
  • Regex Filter added pattern to match unicode emojis
  • Custom escape character for CSV Extractor

2.3.2

13 May 19:14
79100cb
Compare
Choose a tag to compare
  • Optimize Adam and AdaMax Optimizers

2.3.1

07 Mar 01:56
Compare
Choose a tag to compare
  • Fix PSR-3 log version compatibility issue
  • Check for the correct version of RBX format

2.3.0

31 Dec 01:33
d0de8a0
Compare
Choose a tag to compare
  • Added BM25 Transformer
  • Add dropFeature() method to the dataset object API
  • Add neural network architecture visualization via GraphViz

2.2.2

06 Dec 22:56
Compare
Choose a tag to compare
  • Fix Grid Search best model selection

1.3.5

06 Dec 23:01
Compare
Choose a tag to compare
  • Fix Grid Search best model selection

2.2.1

15 Oct 20:15
Compare
Choose a tag to compare
  • Fix Extra Tree divide by zero when split finding

0.4.3

06 Oct 20:29
Compare
Choose a tag to compare
  • Update to Flysystem 2.1 and above