php-ml/tests/Phpml
David Monllaó 8f122fde90 Persistence class to save and restore models (#37)
* Models manager with save/restore capabilities

* Refactoring dataset exceptions

* Persistency layer docs

* New tests for serializable estimators

* ModelManager static methods to instance methods
2017-02-02 09:03:09 +01:00
..
Association Persistence class to save and restore models (#37) 2017-02-02 09:03:09 +01:00
Classification Persistence class to save and restore models (#37) 2017-02-02 09:03:09 +01:00
Clustering Add rules for new cs-fixer 2017-01-31 20:33:08 +01:00
CrossValidation Use assertCount in tests 2016-12-12 19:31:30 +01:00
Dataset Persistence class to save and restore models (#37) 2017-02-02 09:03:09 +01:00
FeatureExtraction Update php-cs-fixer 2016-11-20 22:53:17 +01:00
Math Add rules for new cs-fixer 2017-01-31 20:33:08 +01:00
Metric Fix for php7.1 accuracy test score 2016-12-12 19:28:26 +01:00
NeuralNetwork Increase iterations number in Backpropagation test (sometimes it fails) 2016-11-20 22:56:18 +01:00
Preprocessing Update php-cs-fixer 2016-11-20 22:53:17 +01:00
Regression Persistence class to save and restore models (#37) 2017-02-02 09:03:09 +01:00
SupportVectorMachine Update php-cs-fixer 2016-11-20 22:53:17 +01:00
Tokenization Update php-cs-fixer 2016-11-20 22:53:17 +01:00
ModelManagerTest.php Persistence class to save and restore models (#37) 2017-02-02 09:03:09 +01:00
PipelineTest.php Update php-cs-fixer 2016-11-20 22:53:17 +01:00