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

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


    from b9421af  IGNITE-11295: [ML] Added readme file to SparkModelParser 
module (#6891)
     add fc69c33  IGNITE-11294: Added the ML logger and env variables in Spark 
ML Parse module (#6890)

No new revisions were added by this update.

Summary of changes:
 .../modelparser/DecisionTreeFromSparkExample.java  |  11 +-
 .../DecisionTreeRegressionFromSparkExample.java    |  11 +-
 .../spark/modelparser/GBTFromSparkExample.java     |  11 +-
 .../modelparser/GBTRegressionFromSparkExample.java |  11 +-
 .../spark/modelparser/KMeansFromSparkExample.java  |  11 +-
 .../LinearRegressionFromSparkExample.java          |  11 +-
 .../spark/modelparser/LogRegFromSparkExample.java  |  11 +-
 .../modelparser/RandomForestFromSparkExample.java  |  11 +-
 .../RandomForestRegressionFromSparkExample.java    |  11 +-
 .../spark/modelparser/SVMFromSparkExample.java     |  11 +-
 .../ml/selection/scoring/EvaluatorExample.java     |   2 +-
 .../ml/sparkmodelparser/SparkModelParser.java      | 288 +++++++++++++++------
 .../ml/sparkmodelparser/SparkModelParserTest.java  |  33 ++-
 ...assificationPointwiseMetricStatsAggregator.java |  16 +-
 14 files changed, 332 insertions(+), 117 deletions(-)

Reply via email to