Skip to content

Commit f295bde

Browse files
committed
remove developers section from spark.ml guide
1 parent cfa397c commit f295bde

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

docs/ml-guide.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -689,17 +689,3 @@ Spark ML currently depends on MLlib and has the same dependencies.
689689
Please see the [MLlib Dependencies guide](mllib-guide.html#Dependencies) for more info.
690690

691691
Spark ML also depends upon Spark SQL, but the relevant parts of Spark SQL do not bring additional dependencies.
692-
693-
# Developers
694-
695-
**Development plan**
696-
697-
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.
698-
699-
**Advice to developers**
700-
701-
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.
702-
Wrappers for old and new algorithms can be contributed to `spark.ml`.
703-
704-
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.
705-

0 commit comments

Comments
 (0)