jpmml / jpmml-sparkml

Java library and command-line application for converting Apache Spark ML pipelines to PMML
GNU Affero General Public License v3.0
267 stars 80 forks source link

Use majority vote for RandomForest segmentations (#36) #37

Closed fractaloop closed 6 years ago

fractaloop commented 6 years ago

Spark's RandomForests are evaluated using majority vote for it's segmentation.

vruusmann commented 6 years ago

Applying this patch would break the build (failing integration tests).