huaxingao commented on issue #27919: [SPARK-30954][ML][R]Make class name the same as file name URL: https://github.com/apache/spark/pull/27919#issuecomment-599675531 I think it's easier to rename the scala files: ``` DecisionTreeClassificationWrapper.scala -> DecisionTreeClassifierWrapper.scala DecisionTreeRegressionWrapper.scala -> DecisionTreeRegressorWrapper.scala GBTClassificationWrapper.scala -> GBTClassifierWrapper.scala GBTRegressionWrapper.scala -> GBTRegressorWrapper.scala RandomForestClassificationWrapper.scala -> RandomForestClassifierWrapper.scala RandomForestRegressionWrapper.scala -> RandomForestRegressorWrapper.scala ``` cc @zhengruifeng
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
