Author: meng
Date: Thu Jan 15 03:08:01 2015
New Revision: 1651941

URL: http://svn.apache.org/r1651941
Log:
remove developers section from spark.ml guide (SPARK-5254)

Modified:
    spark/site/docs/1.2.0/ml-guide.html

Modified: spark/site/docs/1.2.0/ml-guide.html
URL: 
http://svn.apache.org/viewvc/spark/site/docs/1.2.0/ml-guide.html?rev=1651941&r1=1651940&r2=1651941&view=diff
==============================================================================
--- spark/site/docs/1.2.0/ml-guide.html (original)
+++ spark/site/docs/1.2.0/ml-guide.html Thu Jan 15 03:08:01 2015
@@ -160,7 +160,6 @@ to <code>spark.ml</code>.</p>
     </ul>
   </li>
   <li><a href="#dependencies">Dependencies</a></li>
-  <li><a href="#developers">Developers</a></li>
 </ul>
 
 <h1 id="main-concepts">Main Concepts</h1>
@@ -838,20 +837,6 @@ Please see the <a href="mllib-guide.html
 
 <p>Spark ML also depends upon Spark SQL, but the relevant parts of Spark SQL 
do not bring additional dependencies.</p>
 
-<h1 id="developers">Developers</h1>
-
-<p><strong>Development plan</strong></p>
-
-<p>If all goes well, <code>spark.ml</code> 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 <code>spark.ml</code>, but eventually, code will be moved 
to <code>spark.ml</code> and <code>spark.mllib</code> will be deprecated.</p>
-
-<p><strong>Advice to developers</strong></p>
-
-<p>During the next development cycle, new algorithms should be contributed to 
<code>spark.mllib</code>, 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 <code>spark.ml</code> API.
-Wrappers for old and new algorithms can be contributed to 
<code>spark.ml</code>.</p>
-
-<p>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.</p>
-
-
 
         </div> <!-- /container -->
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to