Xusen Yin created SPARK-14300:
---------------------------------
Summary: Scala MLlib examples code merge and clean up
Key: SPARK-14300
URL: https://issues.apache.org/jira/browse/SPARK-14300
Project: Spark
Issue Type: Sub-task
Components: Examples
Reporter: Xusen Yin
Priority: Minor
Duplicated code that I found in scala/examples/ml:
* scala/ml
** CrossValidatorExample.scala --> ModelSelectionViaCrossValidationExample
** DecisionTreeExample.scala --> DecisionTreeRegressionExample,
DecisionTreeClassificationExample
** GBTExample.scala --> GradientBoostedTreeClassifierExample,
GradientBoostedTreeRegressorExample
** LinearRegressionExample.scala --> LinearRegressionWithElasticNetExample
** LogisticRegressionExample.scala --> LogisticRegressionWithElasticNetExample,
LogisticRegressionSummaryExample
** RandomForestExample.scala --> RandomForestRegressorExample,
RandomForestClassifierExample
** TrainValidationSplitExample.scala -->
ModelSelectionViaTrainValidationSplitExample
When merging and cleaning those code, be sure not disturb the previous example
on and off blocks. I'll take this one as an example.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]