Description
Check and ensure the MLlib Python API(class/method/parameter) consistent with Scala.
The following APIs are not consistent:
- class
- method
- recommendation.MatrixFactorizationModel.predictAll() (Because it's a public API, so not change it)
- parameter
- feature.StandardScaler.fit()
- many transform() function of feature module
Attachments
Issue Links
- Is contained by
-
SPARK-7536 Audit MLlib Python API for 1.4
- Resolved
- links to