You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by ra...@apache.org on 2021/01/28 14:42:13 UTC

[mahout] branch trunk updated (1946a67 -> 80b6fe5)

This is an automated email from the ASF dual-hosted git repository.

rawkintrevo pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/mahout.git.


    from 1946a67  Merge pull request #412 from rawkintrevo/trunk
     new 6300311  MAHOUT-2136 Implemente Ridge Regression Algorithm
     new 5b8b7f4  MAHOUT-2136 Implemente Ridge Regression Algorithm
     new 2f04afa  MAHOUT-2136 Implement Ridge Regression Algorithm
     new 6ca38df  Delete mylogs.txt
     new c144471  Merge branch 'mahout-2136' of https://github.com/josehernandezsc/mahout into mahout-2136
     new 1f9dbcc  commit2
     new 80b6fe5  Merge pull request #413 from josehernandezsc/mahout-2136

The 4492 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ...uaresModel.scala => RidgeRegressionModel.scala} |  47 +-
 .../math/algorithms/RegressionSuiteBase.scala      |  33 +
 docker/getting-started/Using Mahout_2BYEZ5EVK.zpln | 887 ---------------------
 docker/getting-started/interpreter.json            |   1 +
 website/docs/latest/algorithms/regression/ridge.md |  67 ++
 5 files changed, 127 insertions(+), 908 deletions(-)
 copy core/src/main/scala/org/apache/mahout/math/algorithms/regression/{OrdinaryLeastSquaresModel.scala => RidgeRegressionModel.scala} (59%)
 delete mode 100755 docker/getting-started/Using Mahout_2BYEZ5EVK.zpln
 create mode 100644 website/docs/latest/algorithms/regression/ridge.md