php-ml/tests/Phpml
Yuji Uchiyama c4f58f7f6f Fix logistic regression implementation (#169)
* Fix target value of LogisticRegression

* Fix probability calculation in LogisticRegression

* Change the default cost function to log-likelihood

* Remove redundant round function

* Fix for coding standard
2017-12-05 12:03:55 +01:00
..
Association Tests: use PHPUnit (6.4) exception methods (#165) 2017-11-28 08:00:13 +01:00
Classification Fix logistic regression implementation (#169) 2017-12-05 12:03:55 +01:00
Clustering Tests: use PHPUnit (6.4) exception methods (#165) 2017-11-28 08:00:13 +01:00
CrossValidation Tests: use PHPUnit (6.4) exception methods (#165) 2017-11-28 08:00:13 +01:00
Dataset Tests: use PHPUnit (6.4) exception methods (#165) 2017-11-28 08:00:13 +01:00
DimensionReduction Added EasyCodingStandard + lots of code fixes (#156) 2017-11-22 22:16:10 +01:00
FeatureExtraction Tests: use PHPUnit (6.4) exception methods (#165) 2017-11-28 08:00:13 +01:00
Math Tests: use PHPUnit (6.4) exception methods (#165) 2017-11-28 08:00:13 +01:00
Metric Tests: use PHPUnit (6.4) exception methods (#165) 2017-11-28 08:00:13 +01:00
NeuralNetwork Tests: use PHPUnit (6.4) exception methods (#165) 2017-11-28 08:00:13 +01:00
Preprocessing Tests: use PHPUnit (6.4) exception methods (#165) 2017-11-28 08:00:13 +01:00
Regression Added EasyCodingStandard + lots of code fixes (#156) 2017-11-22 22:16:10 +01:00
SupportVectorMachine Tests: use PHPUnit (6.4) exception methods (#165) 2017-11-28 08:00:13 +01:00
Tokenization Upgrade to PHP 7.1 (#150) 2017-11-14 21:21:23 +01:00
ModelManagerTest.php Tests: use PHPUnit (6.4) exception methods (#165) 2017-11-28 08:00:13 +01:00
PipelineTest.php Added EasyCodingStandard + lots of code fixes (#156) 2017-11-22 22:16:10 +01:00