apache / incubator-wayang

Apache Wayang(incubating) is the first cross-platform data processing system.
https://wayang.incubator.apache.org/
Apache License 2.0
174 stars 70 forks source link

Add three ML operators which map to SparkML #388

Closed joker-star-l closed 6 months ago

joker-star-l commented 6 months ago

For clustering task: KMeansOperator For classification task: DecisionTreeClassificationOperator For regression task: LinearRegressionOperator

zkaoudi commented 6 months ago

With this PR, Wayang now can be used to do training and inference in Spark. Thanks a lot @joker-star-l for the contribution!