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 7c02c14 [SPARK-28292][SQL] Enable Injection of User-defined Hint add fff2e84 [SPARK-29095][ML] add extractInstances No new revisions were added by this update. Summary of changes: .../main/scala/org/apache/spark/ml/Predictor.scala | 35 +++++++++++++++++++++- .../spark/ml/classification/Classifier.scala | 18 ++++++++++- .../ml/classification/DecisionTreeClassifier.scala | 20 ++++--------- .../apache/spark/ml/classification/LinearSVC.scala | 9 +----- .../ml/classification/LogisticRegression.scala | 10 ++----- .../MultilayerPerceptronClassifier.scala | 2 +- .../spark/ml/classification/NaiveBayes.scala | 30 ++++++++----------- .../ml/regression/DecisionTreeRegressor.scala | 12 ++------ .../spark/ml/regression/LinearRegression.scala | 8 +---- 9 files changed, 78 insertions(+), 66 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org