This is an automated email from the ASF dual-hosted git repository.
rawkintrevo pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/mahout.git
The following commit(s) were added to refs/heads/trunk by this push:
new 8b3ff00 [WEBSITE] Added Link for Ridge Regression
8b3ff00 is described below
commit 8b3ff0051613fceee64c1c174b423e39c1070588
Author: Trevor Grant <[email protected]>
AuthorDate: Tue Feb 2 14:01:24 2021 -0600
[WEBSITE] Added Link for Ridge Regression
---
website/docs/latest/algorithms/regression/index.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/website/docs/latest/algorithms/regression/index.md
b/website/docs/latest/algorithms/regression/index.md
index 7d93aa6..4059195 100644
--- a/website/docs/latest/algorithms/regression/index.md
+++ b/website/docs/latest/algorithms/regression/index.md
@@ -11,6 +11,8 @@ These methods used close form solutions (not stochastic) to
solve regression pro
[Ordinary Least Squares](ols.html)
+[Ridge Regression](ridge.html)
+
### Autocorrelation Regression
Serial Correlation of the error terms can lead to biased estimates of
regression parameters, the following remedial procedures are provided: