php-ml/src/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 Added EasyCodingStandard + lots of code fixes (#156) 2017-11-22 22:16:10 +01:00
Classification Fix logistic regression implementation (#169) 2017-12-05 12:03:55 +01:00
Clustering Added EasyCodingStandard + lots of code fixes (#156) 2017-11-22 22:16:10 +01:00
CrossValidation Added EasyCodingStandard + lots of code fixes (#156) 2017-11-22 22:16:10 +01:00
Dataset Added EasyCodingStandard + lots of code fixes (#156) 2017-11-22 22:16:10 +01:00
DimensionReduction Added EasyCodingStandard + lots of code fixes (#156) 2017-11-22 22:16:10 +01:00
Exception Added EasyCodingStandard + lots of code fixes (#156) 2017-11-22 22:16:10 +01:00
FeatureExtraction Added EasyCodingStandard + lots of code fixes (#156) 2017-11-22 22:16:10 +01:00
Helper Added EasyCodingStandard + lots of code fixes (#156) 2017-11-22 22:16:10 +01:00
Math Added EasyCodingStandard + lots of code fixes (#156) 2017-11-22 22:16:10 +01:00
Metric Added EasyCodingStandard + lots of code fixes (#156) 2017-11-22 22:16:10 +01:00
NeuralNetwork Added EasyCodingStandard + lots of code fixes (#156) 2017-11-22 22:16:10 +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 Added EasyCodingStandard + lots of code fixes (#156) 2017-11-22 22:16:10 +01:00
Tokenization Added EasyCodingStandard + lots of code fixes (#156) 2017-11-22 22:16:10 +01:00
Estimator.php Update php-cs-fixer 2016-11-20 22:53:17 +01:00
IncrementalEstimator.php Code Style (#86) 2017-05-17 09:03:25 +02:00
ModelManager.php Added EasyCodingStandard + lots of code fixes (#156) 2017-11-22 22:16:10 +01:00
Pipeline.php Added EasyCodingStandard + lots of code fixes (#156) 2017-11-22 22:16:10 +01:00
Transformer.php Update php-cs-fixer 2016-11-20 22:53:17 +01:00