- Stateful task for teeu - docs: DeepFM translation
Changed
- Switch to shared workflow
1.1.0.dev230818
Added
- Add five papers in Vertical Federated Learning - docs: update references on homomorphic encryption - Add new quantized compressor method and tutorial
1.1.0.dev230811
Fixed
- PSI use psi_csv in psi comp.
Added
- GLM train and predict components
1.0.0b2
Changed
- SGB upgrade: use SGBFactory to replace SGB, update parameters and tutorials. SGB now supports more functionalities. - Predict supports callbacks, call the callback function before/after prediction starts and after every step.
1.0.0a1
Fixed
- SLModel fix bug in handling data with databuilder - The FLModel solves the problem of the production mode hanging due to a small batch size.
1.0.0a0
Added
- SLModel supports AggLayer - SLModel(nn/deepfm)supports one party providing features and the other party providing labels. - Component Specification and SecretFlow Component List v0.0.1.
Changed
- Bump spu to 0.4.1b0
Fixed
- Fix logic error when sl base model load from none