From fdd9397bbe13ff134c1a3da6cf13ed379e92ce2d Mon Sep 17 00:00:00 2001 From: Xiangrui Meng Date: Thu, 15 Jan 2015 03:08:01 +0000 Subject: remove developers section from spark.ml guide (SPARK-5254) --- site/docs/1.2.0/ml-guide.html | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'site/docs/1.2.0') diff --git a/site/docs/1.2.0/ml-guide.html b/site/docs/1.2.0/ml-guide.html index 654809e93..58fa4d62a 100644 --- a/site/docs/1.2.0/ml-guide.html +++ b/site/docs/1.2.0/ml-guide.html @@ -160,7 +160,6 @@ to spark.ml.

  • Dependencies
  • -
  • Developers
  • Main Concepts

    @@ -838,20 +837,6 @@ Please see the MLlib Dependencies guide<

    Spark ML also depends upon Spark SQL, but the relevant parts of Spark SQL do not bring additional dependencies.

    -

    Developers

    - -

    Development plan

    - -

    If all goes well, spark.ml will become the primary ML package at the time of the Spark 1.3 release. Initially, simple wrappers will be used to port algorithms to spark.ml, but eventually, code will be moved to spark.ml and spark.mllib will be deprecated.

    - -

    Advice to developers

    - -

    During the next development cycle, new algorithms should be contributed to spark.mllib, but we welcome patches sent to either package. If an algorithm is best expressed using the new API (e.g., feature transformers), we may ask for developers to use the new spark.ml API. -Wrappers for old and new algorithms can be contributed to spark.ml.

    - -

    Users will be able to use algorithms from either of the two packages. The main difficulty will be the differences in APIs between the two packages.

    - - -- cgit v1.2.3