diff --git a/README.md b/README.md index 87644d3..d01aa03 100644 --- a/README.md +++ b/README.md @@ -151,3 +151,7 @@ The codes in the following html files illustrates how to use them in html pages: * [example-binary-classifier.html](https://rawgit.com/chen0040/js-regression/master/example-binary-classifier.html) * [example-multi-class-classifier.html](https://rawgit.com/chen0040/js-regression/master/example-multi-class-classifier.html) +* [example-regression.html](https://rawgit.com/chen0040/js-regression/master/example-regression.html) +* [example-regression-2.html](https://rawgit.com/chen0040/js-regression/master/example-regression-2.html) +* [example-regression-3.html](https://rawgit.com/chen0040/js-regression/master/example-regression-3.html) + diff --git a/package.json b/package.json index f09e840..63a3c20 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "js-regression", - "version": "1.0.8", + "version": "1.0.10", "description": "Package implements linear regression and logistic regression", "author": "Xianshun Chen", "contributors": [