From e40429c0bc9ee74121a6327be9b2fba3abd1ec43 Mon Sep 17 00:00:00 2001 From: Xiangrui Meng Date: Wed, 6 Jan 2016 06:27:47 +0000 Subject: list bisecting k-means and AFT regression on mllib page --- mllib/index.md | 3 ++- site/mllib/index.html | 3 ++- site/news/index.html | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/mllib/index.md b/mllib/index.md index 7eebb8173..5d3267356 100644 --- a/mllib/index.md +++ b/mllib/index.md @@ -90,8 +90,9 @@ subproject: MLlib
  • classification and regression tree
  • random forest and gradient-boosted trees
  • recommendation via alternating least squares (ALS)
  • -
  • clustering via k-means, Gaussian mixtures (GMM), and power iteration clustering
  • +
  • clustering via k-means, bisecting k-means, Gaussian mixtures (GMM), and power iteration clustering
  • topic modeling via latent Dirichlet allocation (LDA)
  • +
  • survival analysis via accelerated failure time model
  • singular value decomposition (SVD) and QR decomposition
  • principal component analysis (PCA)
  • linear regression with L1, L2, and elastic-net regularization
  • diff --git a/site/mllib/index.html b/site/mllib/index.html index 592dff2a7..862471440 100644 --- a/site/mllib/index.html +++ b/site/mllib/index.html @@ -257,8 +257,9 @@
  • classification and regression tree
  • random forest and gradient-boosted trees
  • recommendation via alternating least squares (ALS)
  • -
  • clustering via k-means, Gaussian mixtures (GMM), and power iteration clustering
  • +
  • clustering via k-means, bisecting k-means, Gaussian mixtures (GMM), and power iteration clustering
  • topic modeling via latent Dirichlet allocation (LDA)
  • +
  • survival analysis via accelerated failure time model
  • singular value decomposition (SVD) and QR decomposition
  • principal component analysis (PCA)
  • linear regression with L1, L2, and elastic-net regularization
  • diff --git a/site/news/index.html b/site/news/index.html index 5bb148f6c..94ecc286c 100644 --- a/site/news/index.html +++ b/site/news/index.html @@ -275,7 +275,7 @@ With this release the Spark community continues to grow, with contributions from

    One month to Spark Summit 2015 in San Francisco

    - +

    There is one month left until Spark Summit 2015, which will be held in San Francisco on June 15th to 17th. @@ -287,7 +287,7 @@ The Summit will contain presen

    Announcing Spark Summit Europe

    - +

    Abstract submissions are now open for the first ever Spark Summit Europe. The event will take place on October 27th to 29th in Amsterdam. Submissions are welcome across a variety of Spark related topics, including use cases and ongoing development.

    -- cgit v1.2.3