From 72b25ffd42c36d33c92115d21c133c407dadb223 Mon Sep 17 00:00:00 2001 From: Arkadiusz Kondas Date: Sat, 4 Feb 2017 11:19:43 +0100 Subject: [PATCH] Add link to model manager in readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bf33f90..c584354 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,8 @@ Example scripts are available in a separate repository [php-ai/php-ml-examples]( * [Iris](http://php-ml.readthedocs.io/en/latest/machine-learning/datasets/demo/iris/) * [Wine](http://php-ml.readthedocs.io/en/latest/machine-learning/datasets/demo/wine/) * [Glass](http://php-ml.readthedocs.io/en/latest/machine-learning/datasets/demo/glass/) +* Models management + * [Persistency](http://php-ml.readthedocs.io/en/latest/machine-learning/model-manager/persistency/) * Math * [Distance](http://php-ml.readthedocs.io/en/latest/math/distance/) * [Matrix](http://php-ml.readthedocs.io/en/latest/math/matrix/)