php-ml/tests/Phpml
David Monllaó e1854d44a2 Partial training base (#78)
* Cost values for multiclass OneVsRest uses

* Partial training interface

* Reduce linear classifiers memory usage

* Testing partial training and isolated training

* Partial trainer naming switched to incremental estimator

Other changes according to review's feedback.

* Clean optimization data once optimize is finished

* Abstract resetBinary
2017-04-19 22:26:31 +02:00
..
Association Update phpunit to 6.0 2017-02-03 12:58:25 +01:00
Classification Partial training base (#78) 2017-04-19 22:26:31 +02:00
Clustering Update phpunit to 6.0 2017-02-03 12:58:25 +01:00
CrossValidation Update phpunit to 6.0 2017-02-03 12:58:25 +01:00
Dataset Update phpunit to 6.0 2017-02-03 12:58:25 +01:00
FeatureExtraction Update phpunit to 6.0 2017-02-03 12:58:25 +01:00
Math One-v-Rest Classification technique applied to linear classifiers (#54) 2017-03-05 09:43:19 +01:00
Metric Update phpunit to 6.0 2017-02-03 12:58:25 +01:00
NeuralNetwork Update phpunit to 6.0 2017-02-03 12:58:25 +01:00
Preprocessing Linear classifiers: Perceptron, Adaline, DecisionStump (#50) 2017-02-16 23:23:55 +01:00
Regression Update phpunit to 6.0 2017-02-03 12:58:25 +01:00
SupportVectorMachine Update phpunit to 6.0 2017-02-03 12:58:25 +01:00
Tokenization Update phpunit to 6.0 2017-02-03 12:58:25 +01:00
ModelManagerTest.php Do not requre file to exist for model manager 2017-02-03 17:48:15 +01:00
PipelineTest.php Update phpunit to 6.0 2017-02-03 12:58:25 +01:00