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

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


    from 3858bf0  [SPARK-38063][SQL] Support split_part Function
     add b902936  [SPARK-38588][ML] Validate input dataset of ml.classification

No new revisions were added by this update.

Summary of changes:
 .../spark/ml/classification/Classifier.scala       |   7 +-
 .../ml/classification/DecisionTreeClassifier.scala |  13 ++-
 .../spark/ml/classification/FMClassifier.scala     |  13 ++-
 .../spark/ml/classification/GBTClassifier.scala    |  22 ++--
 .../apache/spark/ml/classification/LinearSVC.scala |   9 +-
 .../ml/classification/LogisticRegression.scala     |  11 +-
 .../MultilayerPerceptronClassifier.scala           |  15 ++-
 .../spark/ml/classification/NaiveBayes.scala       | 101 ++++++++++-------
 .../ml/classification/RandomForestClassifier.scala |  13 ++-
 .../org/apache/spark/ml/util/DatasetUtils.scala    |  70 +++++++++++-
 .../spark/mllib/classification/NaiveBayes.scala    |   4 +-
 .../spark/ml/classification/ClassifierSuite.scala  |   8 +-
 .../DecisionTreeClassifierSuite.scala              |   6 +
 .../ml/classification/FMClassifierSuite.scala      |   5 +
 .../ml/classification/GBTClassifierSuite.scala     |  38 ++-----
 .../spark/ml/classification/LinearSVCSuite.scala   |   6 +
 .../classification/LogisticRegressionSuite.scala   |   6 +
 .../MultilayerPerceptronClassifierSuite.scala      |  14 +++
 .../spark/ml/classification/NaiveBayesSuite.scala  |  83 +++++++++-----
 .../RandomForestClassifierSuite.scala              |   6 +
 .../scala/org/apache/spark/ml/util/MLTest.scala    | 126 ++++++++++++++++++++-
 21 files changed, 432 insertions(+), 144 deletions(-)

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

Reply via email to