Skip to content

Spark-ml-algo-lib v1.0.0

Compare
Choose a tag to compare
@Jutao-liu Jutao-liu released this 08 Sep 04:44
· 61 commits to master since this release
45eb022

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.