php-ml/docs/machine-learning
Yuji Uchiyama ec091b5ea3 Support probability estimation in SVC (#218)
* Add test for svm model with probability estimation

* Extract buildPredictCommand method

* Fix test to use PHP_EOL

* Add predictProbability method (not completed)

* Add test for DataTransformer::predictions

* Fix SVM to use PHP_EOL

* Support probability estimation in SVM

* Add documentation

* Add InvalidOperationException class

* Throw InvalidOperationException before executing libsvm if probability estimation is not supported
2018-02-06 20:39:25 +01:00
..
association Fix documentation of apriori (#221) 2018-02-05 18:50:45 +01:00
classification Support probability estimation in SVC (#218) 2018-02-06 20:39:25 +01:00
clustering Fix documentation links 2017-01-05 20:37:48 +00:00
cross-validation create docs for StratifiedRandomSplit 2016-07-11 00:07:07 +02:00
datasets Fix wrong docs references (#79) 2017-04-13 21:34:55 +02:00
feature-extraction documentation add tokenizer->fit required to build the dictionary (#155) 2017-11-16 21:40:11 +01:00
metric Fix documentation of ClassificationReport (#209) 2018-01-31 19:20:50 +01:00
model-manager Persistence class to save and restore models (#37) 2017-02-02 09:03:09 +01:00
neural-network Configure an Activation Function per hidden layer (#208) 2018-02-01 23:15:36 +01:00
preprocessing Update imputation example to use transform method (#57) 2017-03-09 20:41:15 +01:00
regression Support for multiple training datasets (#38) 2017-02-01 19:06:38 +01:00
workflow add docs for Pipeline 2016-07-12 00:00:17 +02:00