This is an automated email from the ASF dual-hosted git repository.
rawkintrevo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/mahout.git
The following commit(s) were added to refs/heads/main by this push:
new 3ae8791bd Done with moving the files (#549)
3ae8791bd is described below
commit 3ae8791bd4858261eb14e10dd0e4f4bf28ec2009
Author: Krishna Dave <[email protected]>
AuthorDate: Mon Jul 14 20:18:25 2025 +0530
Done with moving the files (#549)
---
.../docs/latest/algorithms/clustering/canopy/index.md | 4 +++-
.../latest/algorithms/clustering/distance-metrics.md | 4 +++-
.../docs/latest/algorithms/clustering/index.md | 3 +++
.../docs/latest/algorithms/linear-algebra/d-qr.md | 5 +++--
.../docs/latest/algorithms/linear-algebra/d-spca.md | 5 ++++-
.../docs/latest/algorithms/linear-algebra/d-ssvd.md | 3 +++
.../docs/latest/algorithms/linear-algebra/index.md | 3 +++
.../docs/latest/algorithms/recommenders/cco.md | 3 +++
.../docs/latest/algorithms/recommenders/d-als.md | 3 +++
.../docs/latest/algorithms/recommenders/index.md | 3 +++
.../latest/algorithms/regression/fittness-tests.md | 18 ++++++++++++++++++
.../docs/latest/algorithms/regression/index.md | 3 +++
.../docs/latest/algorithms/regression/ols.md | 3 +++
.../docs/latest/algorithms/regression/ridge.md | 3 +++
.../regression/serial-correlation/cochrane-orcutt.md | 3 +++
.../docs/latest/algorithms/template.md | 3 +++
website/{ => Map_Reduce_Folder}/docs/latest/index.md | 3 +++
.../docs/latest/mahout-samsara/faq.md | 3 +++
.../docs/latest/mahout-samsara/in-core-reference.md | 3 +++
.../latest/mahout-samsara/out-of-core-reference.md | 3 +++
.../{ => Map_Reduce_Folder}/docs/latest/quickstart.md | 3 +++
.../misc/getting-started-with-zepplin}/index.md | 4 +++-
.../latest/algorithms/regression/fittness-tests.md | 15 ---------------
23 files changed, 82 insertions(+), 21 deletions(-)
diff --git a/website/docs/latest/algorithms/clustering/canopy/index.md
b/website/Map_Reduce_Folder/docs/latest/algorithms/clustering/canopy/index.md
similarity index 97%
rename from website/docs/latest/algorithms/clustering/canopy/index.md
rename to
website/Map_Reduce_Folder/docs/latest/algorithms/clustering/canopy/index.md
index 7161d78eb..e88b772eb 100644
--- a/website/docs/latest/algorithms/clustering/canopy/index.md
+++
b/website/Map_Reduce_Folder/docs/latest/algorithms/clustering/canopy/index.md
@@ -1,7 +1,9 @@
---
layout: doc-page
title: Canopy Clustering
-
+redirect_from:
+ - /docs/latest/algorithms/clustering/canopy/index
+ - /docs/latest/algorithms/clustering/canopy/index.html
---
diff --git a/website/docs/latest/algorithms/clustering/distance-metrics.md
b/website/Map_Reduce_Folder/docs/latest/algorithms/clustering/distance-metrics.md
similarity index 95%
rename from website/docs/latest/algorithms/clustering/distance-metrics.md
rename to
website/Map_Reduce_Folder/docs/latest/algorithms/clustering/distance-metrics.md
index 2e576a8ab..f3f093794 100644
--- a/website/docs/latest/algorithms/clustering/distance-metrics.md
+++
b/website/Map_Reduce_Folder/docs/latest/algorithms/clustering/distance-metrics.md
@@ -1,7 +1,9 @@
---
layout: doc-page
title: Distance Metrics
-
+redirect_from:
+ - /docs/latest/algorithms/clustering/distance-metrics
+ - /docs/latest/algorithms/clustering/distance-metrics.html
---
diff --git a/website/docs/latest/algorithms/clustering/index.md
b/website/Map_Reduce_Folder/docs/latest/algorithms/clustering/index.md
similarity index 52%
rename from website/docs/latest/algorithms/clustering/index.md
rename to website/Map_Reduce_Folder/docs/latest/algorithms/clustering/index.md
index 6bcdefbca..1194a3f1d 100644
--- a/website/docs/latest/algorithms/clustering/index.md
+++ b/website/Map_Reduce_Folder/docs/latest/algorithms/clustering/index.md
@@ -1,6 +1,9 @@
---
layout: doc-page
title: Clustering Algorithms
+redirect_from:
+ - /docs/latest/algorithms/clustering/index
+ - /docs/latest/algorithms/clustering/index.html
---
[Canopy Clustering](canopy/)
diff --git a/website/docs/latest/algorithms/linear-algebra/d-qr.md
b/website/Map_Reduce_Folder/docs/latest/algorithms/linear-algebra/d-qr.md
similarity index 95%
rename from website/docs/latest/algorithms/linear-algebra/d-qr.md
rename to
website/Map_Reduce_Folder/docs/latest/algorithms/linear-algebra/d-qr.md
index 2a0262f66..8f947a610 100644
--- a/website/docs/latest/algorithms/linear-algebra/d-qr.md
+++ b/website/Map_Reduce_Folder/docs/latest/algorithms/linear-algebra/d-qr.md
@@ -1,8 +1,9 @@
---
layout: doc-page
title: Distributed Cholesky QR
-
-
+redirect_from:
+ - /docs/latest/algorithms/linear-algebra/d-qr
+ - /docs/latest/algorithms/linear-algebra/d-qr.html
---
## Intro
diff --git a/website/docs/latest/algorithms/linear-algebra/d-spca.md
b/website/Map_Reduce_Folder/docs/latest/algorithms/linear-algebra/d-spca.md
similarity index 97%
rename from website/docs/latest/algorithms/linear-algebra/d-spca.md
rename to
website/Map_Reduce_Folder/docs/latest/algorithms/linear-algebra/d-spca.md
index 9f9c85179..88ed2928f 100644
--- a/website/docs/latest/algorithms/linear-algebra/d-spca.md
+++ b/website/Map_Reduce_Folder/docs/latest/algorithms/linear-algebra/d-spca.md
@@ -1,6 +1,9 @@
---
layout: doc-page
-title: Distributed Stochastic PCA
+title: Distributed Stochastic PCA
+redirect_from:
+ - /docs/latest/algorithms/linear-algebra/d-spca
+ - /docs/latest/algorithms/linear-algebra/d-spca.html
---
diff --git a/website/docs/latest/algorithms/linear-algebra/d-ssvd.md
b/website/Map_Reduce_Folder/docs/latest/algorithms/linear-algebra/d-ssvd.md
similarity index 97%
rename from website/docs/latest/algorithms/linear-algebra/d-ssvd.md
rename to
website/Map_Reduce_Folder/docs/latest/algorithms/linear-algebra/d-ssvd.md
index ff0fb64f1..cd936aa00 100644
--- a/website/docs/latest/algorithms/linear-algebra/d-ssvd.md
+++ b/website/Map_Reduce_Folder/docs/latest/algorithms/linear-algebra/d-ssvd.md
@@ -1,6 +1,9 @@
---
layout: doc-page
title: Distributed Stochastic Singular Value Decomposition
+redirect_from:
+ - /docs/latest/algorithms/linear-algebra/d-ssvd
+ - /docs/latest/algorithms/linear-algebra/d-ssvd.html
---
## Intro
diff --git a/website/docs/latest/algorithms/linear-algebra/index.md
b/website/Map_Reduce_Folder/docs/latest/algorithms/linear-algebra/index.md
similarity index 78%
rename from website/docs/latest/algorithms/linear-algebra/index.md
rename to
website/Map_Reduce_Folder/docs/latest/algorithms/linear-algebra/index.md
index 9be276cfd..a7ea92e32 100644
--- a/website/docs/latest/algorithms/linear-algebra/index.md
+++ b/website/Map_Reduce_Folder/docs/latest/algorithms/linear-algebra/index.md
@@ -1,6 +1,9 @@
---
layout: doc-page
title: Distributed Linear Algebra
+redirect_from:
+ - /docs/latest/algorithms/linear-algebra/index
+ - /docs/latest/algorithms/linear-algebra/index.html
---
Mahout has a number of distributed linear algebra "algorithms" that, in
concert with the mathematically expressive R-Like Scala DSL, make it possible
for users to quickly "roll their own" distributed algorithms.
diff --git a/website/docs/latest/algorithms/recommenders/cco.md
b/website/Map_Reduce_Folder/docs/latest/algorithms/recommenders/cco.md
similarity index 99%
rename from website/docs/latest/algorithms/recommenders/cco.md
rename to website/Map_Reduce_Folder/docs/latest/algorithms/recommenders/cco.md
index 664a40b90..a136782b0 100644
--- a/website/docs/latest/algorithms/recommenders/cco.md
+++ b/website/Map_Reduce_Folder/docs/latest/algorithms/recommenders/cco.md
@@ -1,6 +1,9 @@
---
layout: doc-page
title: Building a Mahout Recommender
+redirect_from:
+ - /docs/latest/algorithms/recommenders/cco
+ - /docs/latest/algorithms/recommenders/cco.html
---
# Building a Correlated Cross-Occurrence (CCO) Recommenders with the Mahout CLI
diff --git a/website/docs/latest/algorithms/recommenders/d-als.md
b/website/Map_Reduce_Folder/docs/latest/algorithms/recommenders/d-als.md
similarity index 95%
rename from website/docs/latest/algorithms/recommenders/d-als.md
rename to website/Map_Reduce_Folder/docs/latest/algorithms/recommenders/d-als.md
index 0a0e00699..5ead0828c 100644
--- a/website/docs/latest/algorithms/recommenders/d-als.md
+++ b/website/Map_Reduce_Folder/docs/latest/algorithms/recommenders/d-als.md
@@ -1,6 +1,9 @@
---
layout: doc-page
title: Mahout Samsara Distributed ALS
+redirect_from:
+ - /docs/latest/algorithms/recomenders/d-als
+ - /docs/latest/algorithms/recomenders/d-als.html
---
Seems like someone has jacked up this page?
diff --git a/website/docs/latest/algorithms/recommenders/index.md
b/website/Map_Reduce_Folder/docs/latest/algorithms/recommenders/index.md
similarity index 97%
rename from website/docs/latest/algorithms/recommenders/index.md
rename to website/Map_Reduce_Folder/docs/latest/algorithms/recommenders/index.md
index 635e55fdf..cae05d05a 100644
--- a/website/docs/latest/algorithms/recommenders/index.md
+++ b/website/Map_Reduce_Folder/docs/latest/algorithms/recommenders/index.md
@@ -1,6 +1,9 @@
---
layout: doc-page
title: Recommender Overview
+redirect_from:
+ - /docs/latest/algorothms/recommenders/index
+ - /docs/latest/algorothms/recommenders/index.html
---
diff --git
a/website/Map_Reduce_Folder/docs/latest/algorithms/regression/fittness-tests.md
b/website/Map_Reduce_Folder/docs/latest/algorithms/regression/fittness-tests.md
new file mode 100644
index 000000000..ff53a6cd2
--- /dev/null
+++
b/website/Map_Reduce_Folder/docs/latest/algorithms/regression/fittness-tests.md
@@ -0,0 +1,18 @@
+---
+layout: doc-page
+title: Regression Fitness Tests
+redirect_from:
+ - /docs/latest/algorithms/regression/fittness-tests
+ - /docs/latest/algorithms/regression/fittness-tests.html
+---
+
+TODO: Fill this out!
+Stub
+
+### About
+
+### Parameters
+
+### Example
+
+
diff --git a/website/docs/latest/algorithms/regression/index.md
b/website/Map_Reduce_Folder/docs/latest/algorithms/regression/index.md
similarity index 84%
rename from website/docs/latest/algorithms/regression/index.md
rename to website/Map_Reduce_Folder/docs/latest/algorithms/regression/index.md
index 40591959e..5f9d6d93d 100644
--- a/website/docs/latest/algorithms/regression/index.md
+++ b/website/Map_Reduce_Folder/docs/latest/algorithms/regression/index.md
@@ -1,6 +1,9 @@
---
layout: doc-page
title: Regression Algorithms
+redirect_from:
+ - /docs/latest/algorithms/regression/index
+ - /docs/latest/algorithms/regression/index.html
---
Apache Mahout implements the following regression algorithms "off the shelf".
diff --git a/website/docs/latest/algorithms/regression/ols.md
b/website/Map_Reduce_Folder/docs/latest/algorithms/regression/ols.md
similarity index 96%
rename from website/docs/latest/algorithms/regression/ols.md
rename to website/Map_Reduce_Folder/docs/latest/algorithms/regression/ols.md
index 084759b97..1cca7a5e2 100644
--- a/website/docs/latest/algorithms/regression/ols.md
+++ b/website/Map_Reduce_Folder/docs/latest/algorithms/regression/ols.md
@@ -1,6 +1,9 @@
---
layout: doc-page
title: Ordinary Least Squares Regression
+redirect_from:
+ - /docs/latest/algorithms/regression/ols
+ - /docs/latest/algorithms/regression/ols.html
---
### About
diff --git a/website/docs/latest/algorithms/regression/ridge.md
b/website/Map_Reduce_Folder/docs/latest/algorithms/regression/ridge.md
similarity index 96%
rename from website/docs/latest/algorithms/regression/ridge.md
rename to website/Map_Reduce_Folder/docs/latest/algorithms/regression/ridge.md
index 85b6c1659..2ced86a8c 100644
--- a/website/docs/latest/algorithms/regression/ridge.md
+++ b/website/Map_Reduce_Folder/docs/latest/algorithms/regression/ridge.md
@@ -1,6 +1,9 @@
---
layout: doc-page
title: Ridge Regression
+redirect_from:
+ - /docs/latest/algorithms/regression/ridge
+ - /docs/latest/algorithms/regression/ridge.html
---
### About
diff --git
a/website/docs/latest/algorithms/regression/serial-correlation/cochrane-orcutt.md
b/website/Map_Reduce_Folder/docs/latest/algorithms/regression/serial-correlation/cochrane-orcutt.md
similarity index 96%
rename from
website/docs/latest/algorithms/regression/serial-correlation/cochrane-orcutt.md
rename to
website/Map_Reduce_Folder/docs/latest/algorithms/regression/serial-correlation/cochrane-orcutt.md
index 5f0894229..cee1e70fe 100644
---
a/website/docs/latest/algorithms/regression/serial-correlation/cochrane-orcutt.md
+++
b/website/Map_Reduce_Folder/docs/latest/algorithms/regression/serial-correlation/cochrane-orcutt.md
@@ -1,6 +1,9 @@
---
layout: doc-page
title: Cochrane-Orcutt Procedure
+redirect_from:
+ - /docs/latest/algorithms/regression/serial-correlation/cochrane-orcutt
+ - /docs/latest/algorithms/regression/serial-correlation/cochrane-orcutt.html
---
### About
diff --git a/website/docs/latest/algorithms/template.md
b/website/Map_Reduce_Folder/docs/latest/algorithms/template.md
similarity index 53%
rename from website/docs/latest/algorithms/template.md
rename to website/Map_Reduce_Folder/docs/latest/algorithms/template.md
index d9e08e1eb..2c6e37f10 100644
--- a/website/docs/latest/algorithms/template.md
+++ b/website/Map_Reduce_Folder/docs/latest/algorithms/template.md
@@ -1,6 +1,9 @@
---
layout: doc-page
title: Template
+redirect_from:
+ - /docs/latest/algorithms/template
+ - /docs/latest/algorithms/template.html
---
TODO: Fill this out!
diff --git a/website/docs/latest/index.md
b/website/Map_Reduce_Folder/docs/latest/index.md
similarity index 98%
rename from website/docs/latest/index.md
rename to website/Map_Reduce_Folder/docs/latest/index.md
index 6c4761e43..e7ee00c2a 100755
--- a/website/docs/latest/index.md
+++ b/website/Map_Reduce_Folder/docs/latest/index.md
@@ -2,6 +2,9 @@
layout: doc-page
title: Welcome to the Docs
tagline: Apache Mahout from 30,000 feet (10,000 meters)
+redirect_from:
+ - /docs/latest/index
+ - /docs/latest/index.html
---
diff --git a/website/docs/latest/mahout-samsara/faq.md
b/website/Map_Reduce_Folder/docs/latest/mahout-samsara/faq.md
similarity index 96%
rename from website/docs/latest/mahout-samsara/faq.md
rename to website/Map_Reduce_Folder/docs/latest/mahout-samsara/faq.md
index 637e8b8cf..4d8ee20ec 100644
--- a/website/docs/latest/mahout-samsara/faq.md
+++ b/website/Map_Reduce_Folder/docs/latest/mahout-samsara/faq.md
@@ -1,6 +1,9 @@
---
layout: doc-page
title: Mahout Samsara
+redirect_from:
+ - /docs/latest/mahout-samsara/faq
+ - /docs/latest/mahout-samsara/faq.html
---
# FAQ for using Mahout with Spark
diff --git a/website/docs/latest/mahout-samsara/in-core-reference.md
b/website/Map_Reduce_Folder/docs/latest/mahout-samsara/in-core-reference.md
similarity index 98%
rename from website/docs/latest/mahout-samsara/in-core-reference.md
rename to
website/Map_Reduce_Folder/docs/latest/mahout-samsara/in-core-reference.md
index e90ab6ff6..e376c47c0 100644
--- a/website/docs/latest/mahout-samsara/in-core-reference.md
+++ b/website/Map_Reduce_Folder/docs/latest/mahout-samsara/in-core-reference.md
@@ -1,6 +1,9 @@
---
layout: doc-page
title: Mahout Samsara In Core
+redirect_from:
+ - /docs/latest/mahout-samsara/in-core-reference
+ - /docs/latest/mahout-samsara/in-core-reference.html
---
## Mahout-Samsara's In-Core Linear Algebra DSL Reference
diff --git a/website/docs/latest/mahout-samsara/out-of-core-reference.md
b/website/Map_Reduce_Folder/docs/latest/mahout-samsara/out-of-core-reference.md
similarity index 98%
rename from website/docs/latest/mahout-samsara/out-of-core-reference.md
rename to
website/Map_Reduce_Folder/docs/latest/mahout-samsara/out-of-core-reference.md
index a5252157e..740166daf 100644
--- a/website/docs/latest/mahout-samsara/out-of-core-reference.md
+++
b/website/Map_Reduce_Folder/docs/latest/mahout-samsara/out-of-core-reference.md
@@ -1,6 +1,9 @@
---
layout: doc-page
title: Mahout Samsara Out of Core
+redirect_from:
+ - /docs/latest/mahout-samsara/out-of-core-reference
+ - /docs/latest/mahout-samsara/out-of-core-reference.html
---
# Mahout-Samsara's Distributed Linear Algebra DSL Reference
diff --git a/website/docs/latest/quickstart.md
b/website/Map_Reduce_Folder/docs/latest/quickstart.md
similarity index 95%
rename from website/docs/latest/quickstart.md
rename to website/Map_Reduce_Folder/docs/latest/quickstart.md
index 72382f1db..e963ce907 100644
--- a/website/docs/latest/quickstart.md
+++ b/website/Map_Reduce_Folder/docs/latest/quickstart.md
@@ -1,6 +1,9 @@
---
layout: doc-page
title: Quickstart
+redirect_from:
+ - /docs/latest/quickstart
+ - /docs/latest/quickstart.html
---
# Mahout Quick Start
diff --git
a/website/docs/latest/tutorials/misc/getting-started-with-zeppelin/index.md
b/website/Map_Reduce_Folder/docs/latest/tutorials/misc/getting-started-with-zepplin/index.md
similarity index 88%
rename from
website/docs/latest/tutorials/misc/getting-started-with-zeppelin/index.md
rename to
website/Map_Reduce_Folder/docs/latest/tutorials/misc/getting-started-with-zepplin/index.md
index 51ec0d67f..182897456 100644
--- a/website/docs/latest/tutorials/misc/getting-started-with-zeppelin/index.md
+++
b/website/Map_Reduce_Folder/docs/latest/tutorials/misc/getting-started-with-zepplin/index.md
@@ -1,7 +1,9 @@
---
layout: doc-page
title: Getting Started with Mahout in Apache Zeppelin
-
+redirect_from:
+ - /docs/latest/tutorials/misc/getting-started-with-zepplin/index
+ - /docs/latest/tutorials/misc/getting-started-with-zepplin/index.html
---
Mahout has lots of pieces, and can be overwhelming to get started. We've tried
to make it easier for users by providing
diff --git a/website/docs/latest/algorithms/regression/fittness-tests.md
b/website/docs/latest/algorithms/regression/fittness-tests.md
deleted file mode 100644
index cdf68481d..000000000
--- a/website/docs/latest/algorithms/regression/fittness-tests.md
+++ /dev/null
@@ -1,15 +0,0 @@
----
-layout: doc-page
-title: Regression Fitness Tests
----
-
-TODO: Fill this out!
-Stub
-
-### About
-
-### Parameters
-
-### Example
-
-