php-ml/tests
Arkadiusz Kondas e255369636
Fix Imputer docs and check if train data was set (#314)
* Update docs for Imputer class

* Throw exception when trying to transform imputer without train data

* Update changelog
2018-10-10 21:36:18 +02:00
..
Association
Classification Make SVM non-locale aware (#288) 2018-07-04 23:42:22 +02:00
Clustering KMeans associative clustering (#262) 2018-03-08 22:27:16 +01:00
CrossValidation
Dataset
DimensionReduction Throw proper exception (#259) 2018-03-06 23:26:36 +01:00
FeatureExtraction
FeatureSelection
Helper/Optimizer Add Optimizer tests and remove initialTheta (#252) 2018-03-04 22:44:22 +01:00
Math Update to EasyCodingStandard 4 (#273) 2018-06-15 07:57:45 +02:00
Metric
NeuralNetwork
Performance Add performance test for LeastSquares (#263) 2018-03-10 21:48:16 +01:00
Preprocessing Fix Imputer docs and check if train data was set (#314) 2018-10-10 21:36:18 +02:00
Regression
SupportVectorMachine Make SVM non-locale aware (#288) 2018-07-04 23:42:22 +02:00
Tokenization Update to EasyCodingStandard 4 (#273) 2018-06-15 07:57:45 +02:00
ModelManagerTest.php
PipelineTest.php