-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Merge Dev 2.0.0 beta #4918
Merged
Merged
Merge Dev 2.0.0 beta #4918
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: weiwee <wbwmat@gmail.com>
Signed-off-by: weiwee <wbwmat@gmail.com>
1. storage moved out and response for local operation only 2. distributed storage move to tensor Signed-off-by: weiwee <wbwmat@gmail.com>
Signed-off-by: weiwee <wbwmat@gmail.com>
Signed-off-by: weiwee <wbwmat@gmail.com>
fix(arch): fix lmdb bug
We find it painful when we need to operate local tensor directly. So, we introduce new tensor design as flowing: 1. `torch.Tensor` used to handle plaintext directly without wrap. do whatever operation you like that `torch.Tensor` has provided. 2. Ciphertext such as `PaillierTensor` is wraped to support torch's array-like object. Which means you could operating `PaillierTensor` with torch's function as if operating an `torch.Tensor`, with limited support. 3. DTensor is wraped same to support distributed operation. 4. custom operation such as quantile_suammary are hook into `torch` module, so you could call custom operation as if native provided by torch Signed-off-by: weiwee <wbwmat@gmail.com>
Signed-off-by: weiwee <wbwmat@gmail.com>
(beta) enhance params
…er-storage refact tensor over storage
…e_update Feature 2.0.0 beta dataframe update
Signed-off-by: weiwee <wbwmat@gmail.com>
Signed-off-by: weiwee <wbwmat@gmail.com>
Signed-off-by: weiwee <wbwmat@gmail.com>
…e_update update dataframe: code clean, some bug-fix, support vstack and hstack
Signed-off-by: weiwee <wbwmat@gmail.com>
Signed-off-by: weiwee <wbwmat@gmail.com>
Signed-off-by: weiwee <wbwmat@gmail.com>
…e_update Feature 2.0.0 beta dataframe update
Signed-off-by: weiwee <wbwmat@gmail.com>
…e_update Feature 2.0.0 beta dataframe update
Signed-off-by: weiwee <wbwmat@gmail.com>
Signed-off-by: weiwee <wbwmat@gmail.com>
Signed-off-by: weiwee <wbwmat@gmail.com>
Signed-off-by: weiwee <wbwmat@gmail.com>
…er-storage Refact/2.0.0 beta/tensor over storage
…e_update Feature 2.0.0 beta dataframe update
Signed-off-by: weiwee <wbwmat@gmail.com>
…er-storage fix some mirror bug
…e_update update dataframe: support std/var/fillna/isin...
…e_update update dataframe: support skew/kurt/power
…e_update dataframe interface update
…e_update update dataframe: add describe
…e_update dataframe api update
Signed-off-by: Yu Wu <yolandawu131@gmail.com>
Signed-off-by: Yu Wu <yolandawu131@gmail.com>
Signed-off-by: Yu Wu <yolandawu131@gmail.com>
Signed-off-by: Yu Wu <yolandawu131@gmail.com>
add scale with minmax & standard method (#4670)
Feature 2.0.0 stat
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Signed-off-by: mgqa34 mgq3374541@163.com