Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Model 1 and Model 2 ParamMaps Missing
@dongjoon-hyun @HyukjinKwon Error in PySpark example code: [https://github.com/apache/spark/blob/master/examples/src/main/python/ml/estimator_transformer_param_example.py] The original Scala code says println("Model 2 was fit using parameters: " + model2.parent.extractParamMap) The parent is lr There is no method for accessing parent as is done in Scala. This code has been tested in Python, and returns values consistent with Scala
- Loading branch information