Spark-ml-algo-lib v1.0.0
Overview
In this version, the library provides three common learning algorithms: support vector machine (SVM), random forest classifier (RFC), and gradient boosting decision tree (GBDT). This library is optimized based on open-source Spark machine learning algorithms and provides required JAR files.
Changes
This release includes new machine learning algorithms, an introduction to the library, and a patch:
-feature: Added Spark machine learning algorithms.
-doc: Added an introduction to the library.
-patch: Released a patch for the library.