Skip to content

Sedna v0.3.1 release

Compare
Choose a tag to compare
@jaypume jaypume released this 16 Aug 03:22
· 278 commits to main since this release
8485c90

Notable Changes:

  • In Incremental Learning, Inference/Train/Eval worker now can be deployed by nodename and nodeselector on multiple nodes.

Bug Fixes

  • Fixed train/eval/infer callback function args not supported of sklearn backend.
  • Fixed model saving problem in Lifelong Learning Estimator.
  • Fixed incorrectly executing aggregation algorithm on the edge in Federated Learning.
  • Fixed that the job cann't be resumed after the LC restarts.

Improvment

  • Decouple all features into independent package of gm and lc.