Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Load data from files #558

Merged
merged 3 commits into from
Mar 29, 2023
Merged

Conversation

xieyxclack
Copy link
Collaborator

  • To load data from file, please specify data.type = 'file' and data.file_path=PATH/TO/DATA
  • If the loaded data consists of all participants' data, please specify distribute.data_idx=0/1/2/... in distribute mode, since each participant should only keep one partition of data
  • If the loaded data is isolated data, please specify distribute.data_idx=-1
  • In this version, only pickle data is supported, for both vfl and hfl. More types of files are supported later

@xieyxclack xieyxclack requested a review from rayrayraykk March 28, 2023 13:54
@xieyxclack xieyxclack added the enhancement New feature or request label Mar 28, 2023
Copy link
Collaborator

@rayrayraykk rayrayraykk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@xieyxclack xieyxclack merged commit 5ab598f into alibaba:master Mar 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants