Feynman Liang created SPARK-10479: ------------------------------------- Summary: LogisticRegression copy should copy model summary if available Key: SPARK-10479 URL: https://issues.apache.org/jira/browse/SPARK-10479 Project: Spark Issue Type: Bug Components: ML Reporter: Feynman Liang Priority: Minor
SPARK-9112 adds LogisticRegressionSummary but does not update [copy|https://github.com/apache/spark/blob/master/mllib/src/main/scala/org/apache/spark/ml/classification/LogisticRegression.scala#L471] to copy the model summary if available. We should add behavior similar to that in [LinearRegression.copy|https://github.com/apache/spark/blob/master/mllib/src/main/scala/org/apache/spark/ml/regression/LinearRegression.scala#L314] -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org