Skip to content

v1.0.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@lemonviv lemonviv released this 19 Jul 09:28
· 4 commits to dev since this release
aa11cf1

This release supports the following machine learning training algorithms with DSL in the vertical federated learning setting.

  • Logistic regression.
  • Decision tree.
  • Random forest.
  • Gradient boosting decision tree.
  • Multi-layer perceptron.

It also supports calculating the explanations for a prediction request based on the LIME algorithm. In terms of deployment, it supports docker-based scheduling for both centralized and distributed modes.