PHP-ML v0.7.0 Release Notes
Release Date: 2018-11-07 // over 4 years ago-
โ Added
- [Clustering] added KMeans associative clustering (#262)
- ๐ [Dataset] added removeColumns function to ArrayDataset (#249)
- [Dataset] added a SvmDataset class for SVM-Light (or LibSVM) format files (#237)
- [Dataset] added Mnist Dataset for MNIST file format (#326)
- ๐ [Internal] Add performance test for LeastSquares (#263)
๐ Changed
- [Internal] implement Keep a Changelog format
- 0๏ธโฃ [Classification] changed the default kernel type in SVC to Kernel::RBF (#267)
- โก๏ธ [Optimizer] removed $initialTheta property and renamed setInitialTheta method to setTheta (#252)
- ๐ป [Imputer] Throw exception when trying to transform without train data (#314)
- [Math] Micro optimization for matrix multiplication (#255)
- ๐ป [Internal] Throw proper exception (#259, #251)
- [MLPClassifier] return labels in output (#315)
- โก๏ธ [Internal] Update phpstan to 0.10.5 (#320)
๐ Fixed
- โ [SVM] ensure DataTransformer::testSet samples array is not empty (#204)
- โก๏ธ [Optimizer] optimizer initial theta randomization (#239)
- ๐ [Internal] travis build on osx (#281)
- [SVM] SVM locale (non-locale aware) (#288)
- ๐ [Internal] typo, tests, code styles and documentation fixes (#265, #261, #254, #253, #251, #250, #248, #245, #243, #317, #328)
- [Classification] Check if feature exist when predict target in NaiveBayes (#327)