You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by sr...@apache.org on 2020/01/13 14:23:27 UTC

[spark] branch master updated (6502c66 -> d6e28f2)

This is an automated email from the ASF dual-hosted git repository.

srowen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git.


    from 6502c66  [SPARK-30493][PYTHON][ML] Remove OneVsRestModel setClassifier, setLabelCol and setWeightCol methods
     add d6e28f2  [SPARK-30377][ML] Make Regressors extend abstract class Regressor

No new revisions were added by this update.

Summary of changes:
 .../ml/regression/AFTSurvivalRegression.scala      | 43 +++++--------------
 .../ml/regression/DecisionTreeRegressor.scala      |  4 +-
 .../apache/spark/ml/regression/FMRegressor.scala   |  4 +-
 .../apache/spark/ml/regression/GBTRegressor.scala  |  4 +-
 .../ml/regression/RandomForestRegressor.scala      |  4 +-
 project/MimaExcludes.scala                         | 10 ++++-
 python/pyspark/ml/regression.py                    | 49 ++--------------------
 7 files changed, 31 insertions(+), 87 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org