This is an automated email from the ASF dual-hosted git repository. akm pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/mahout.git
commit e83748ae3813516ebd459ea48d1ec2b51d72ecef Merge: 3c386e29c 434e1f223 Author: Andrew Musselman <a...@apache.org> AuthorDate: Wed Jul 2 09:50:22 2025 -0500 Merge pull request #546 from krishna-dave206/main Redirections Completed for the tutorials section .../about/distributed-matrix-math.md | 3 +++ .../developers/buildingmahout.md | 4 +++- .../developers/developer-resources.md | 4 +++- .../developers/github.md | 3 +++ .../developers/githubPRs.md | 4 +++- .../developers/gsoc.md | 4 +++- .../developers/how-to-become-a-committer.md | 4 +++- .../developers/how-to-release.md | 3 +++ .../developers/how-to-update-the-website.md | 3 +++ .../developers/index.md | 3 +++ .../developers/issue-tracker.md | 5 +++-- .../developers/patch-check-list.md | 3 +++ .../developers/thirdparty-dependencies.md | 4 +++- .../developers/version-control.md | 3 +++ .../dim-reduction/dimensional-reduction.md | 3 +++ .../dim-reduction/ssvd.md | 3 +++ .../map-reduce/classification/bayesian.md | 3 +++ .../map-reduce/classification/class-discovery.md | 3 +++ .../classification/classifyingyourdata.md | 3 +++ .../map-reduce/classification/collocations.md | 3 +++ .../gaussian-discriminative-analysis.md | 3 +++ .../classification/hidden-markov-models.md | 3 +++ .../independent-component-analysis.md | 3 +++ .../locally-weighted-linear-regression.md | 3 +++ .../classification/logistic-regression.md | 3 +++ .../classification/mahout-collections.md | 3 +++ .../algorithms/map-reduce/classification/mlp.md | 3 +++ .../map-reduce/classification/naivebayes.md | 3 +++ .../map-reduce/classification/neural-network.md | 3 +++ .../classification/partial-implementation.md | 3 +++ .../map-reduce/classification/random-forests.md | 3 +++ .../restricted-boltzmann-machines.md | 3 +++ .../classification/support-vector-machines.md | 3 +++ .../map-reduce/clustering/canopy-clustering.md | 3 +++ .../map-reduce/clustering/cluster-dumper.md | 3 +++ .../clustering/expectation-maximization.md | 3 +++ .../map-reduce/clustering/fuzzy-k-means.md | 3 +++ .../clustering/hierarchical-clustering.md | 3 +++ .../map-reduce/clustering/k-means-clustering.md | 3 +++ .../clustering/latent-dirichlet-allocation.md | 3 +++ .../clustering/llr---log-likelihood-ratio.md | 3 +++ .../map-reduce/clustering/spectral-clustering.md | 3 +++ .../map-reduce/clustering/streaming-k-means.md | 3 +++ .../docs/latest/algorithms/map-reduce/index.md | 3 +++ .../latest/algorithms/preprocessors/AsFactor.md | 3 +++ .../latest/algorithms/preprocessors/MeanCenter.md | 3 +++ .../algorithms/preprocessors/StandardScaler.md | 3 +++ .../docs/latest/algorithms/preprocessors/index.md | 3 +++ .../docs/latest/distributed/flink-bindings.md | 3 +++ .../docs/latest/distributed/h2o-internals.md | 3 +++ .../docs/latest/distributed/spark-bindings/faq.md | 4 +++- .../latest/distributed/spark-bindings/index.md | 3 +++ .../docs/latest/native-solvers/cuda.md | 7 ++++++ .../docs/latest/native-solvers/viennacl-omp.md | 7 ++++++ .../docs/latest/native-solvers/viennacl.md | 7 ++++++ .../environment/classify-a-doc-from-the-shell.md | 3 +++ .../environment/h2o-internals.md | 3 +++ .../environment/how-to-build-an-app.md | 3 +++ .../environment/in-core-reference.md | 3 +++ .../environment/out-of-core-reference.md | 3 +++ .../environment/spark-internals.md | 3 +++ .../flinkbindings/flink-internals.md | 3 +++ .../flinkbindings/playing-with-samsara-flink.md | 3 +++ .../general/books-tutorials-and-talks.md | 3 +++ website/{ => Map_Reduce_Folder}/general/faq.md | 4 +++- .../{ => Map_Reduce_Folder}/general/glossary.md | 4 +++- .../general/mahout-benchmarks.md | 5 +++-- .../{ => Map_Reduce_Folder}/general/mahout-wiki.md | 4 +++- .../general/powered-by-mahout.md | 4 +++- .../general/privacy-policy.md | 4 +++- .../general/professional-support.md | 4 +++- .../general/reference-reading.md | 4 +++- .../general/release-notes.md | 4 +++- .../news-and-events/announcements.md | 3 +++ .../news-and-events/events.md | 3 +++ .../news-and-events/news.md | 3 +++ .../sparkbindings/faq.md | 3 +++ .../sparkbindings/home.md | 3 +++ .../sparkbindings/play-with-shell.md | 3 +++ .../tutorials/cco-last-fm}/index.md | 3 +++ .../tutorials/eigenfaces/index.md | 3 +++ .../tutorials/index.md | 3 +++ .../tutorials/intro-cooccurrence-spark/index.md | 3 +++ .../classification/bankmarketing-example.md | 3 +++ .../map-reduce/classification/breiman-example.md | 3 +++ .../map-reduce/classification/twenty-newsgroups.md | 3 +++ .../classification/wikipedia-classifier-example.md | 3 +++ .../map-reduce/clustering/20newsgroups.md | 3 +++ .../map-reduce/clustering/canopy-commandline.md | 3 +++ .../clustering-of-synthetic-control-data.md | 3 +++ .../clustering/clustering-seinfeld-episodes.md | 3 +++ .../map-reduce/clustering/clusteringyourdata.md | 3 +++ .../clustering/fuzzy-k-means-commandline.md | 3 +++ .../map-reduce/clustering/k-means-commandline.md | 3 +++ .../map-reduce/clustering/lda-commandline.md | 3 +++ .../map-reduce/clustering/viewing-result.md | 3 +++ .../map-reduce/clustering/viewing-results.md | 3 +++ .../clustering/visualizing-sample-clusters.md | 3 +++ .../tutorials/map-reduce/index.md | 3 +++ .../tutorials/map-reduce/misc/mr---map-reduce.md | 3 +++ .../misc/parallel-frequent-pattern-mining.md | 3 +++ .../map-reduce/misc/perceptron-and-winnow.md | 3 +++ .../tutorials/map-reduce/misc/testing.md | 3 +++ .../misc/using-mahout-with-python-via-jpype.md | 3 +++ .../map-reduce/recommender/intro-als-hadoop.md | 3 +++ .../recommender/intro-cooccurrence-spark.md | 3 +++ .../recommender/intro-itembased-hadoop.md | 5 +++-- .../map-reduce/recommender/matrix-factorization.md | 3 +++ .../tutorials/map-reduce/recommender/quickstart.md | 3 +++ .../recommender/recommender-documentation.md | 3 +++ .../recommender/recommender-first-timer-faq.md | 3 +++ .../map-reduce/recommender/userbased-5-minutes.md | 3 +++ .../tutorials/misc/contributing-algos/index.md | 3 +++ .../tutorials/misc/how-to-build-an-app.md | 3 +++ .../tutorials/misc/mahout-in-zeppelin/index.md | 5 ++++- .../samsara/classify-a-doc-from-the-shell.md | 3 +++ .../tutorials/samsara/play-with-shell.md | 3 +++ .../samsara/playing-with-samsara-flink-batch.md | 3 +++ .../tutorials/samsara/spark-naive-bayes.md | 3 +++ website/docs/latest/native-solvers/cuda.md | 4 ---- website/docs/latest/native-solvers/viennacl-omp.md | 4 ---- website/docs/latest/native-solvers/viennacl.md | 4 ---- website/documentation/users/index.md | 26 +++++++++++----------- 123 files changed, 383 insertions(+), 47 deletions(-)