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

[OSCP]利用SPU实现分位数回归算法 #865

Merged
merged 5 commits into from
Oct 25, 2024

Conversation

xbw886
Copy link
Contributor

@xbw886 xbw886 commented Sep 24, 2024

fixed(simplex):#258

@deadlywing deadlywing self-requested a review September 24, 2024 03:21
@xbw886 xbw886 changed the title [OSCP]利用SPU实现分装回归算法 [OSCP]利用SPU实现分位数回归算法 Sep 28, 2024
libspu/dialect/pphlo/IR/type_inference.cc Outdated Show resolved Hide resolved
sml/linear_model/emulations/quantile_emul.py Outdated Show resolved Hide resolved
sml/linear_model/emulations/quantile_emul.py Outdated Show resolved Hide resolved
sml/linear_model/quantile.py Outdated Show resolved Hide resolved
sml/linear_model/quantile.py Show resolved Hide resolved
sml/linear_model/utils/_linprog_simplex.py Outdated Show resolved Hide resolved
sml/linear_model/utils/_linprog_simplex.py Outdated Show resolved Hide resolved
sml/linear_model/utils/_linprog_simplex.py Outdated Show resolved Hide resolved
sml/linear_model/utils/_linprog_simplex.py Outdated Show resolved Hide resolved
sml/linear_model/utils/_linprog_simplex.py Outdated Show resolved Hide resolved
Copy link
Contributor

@deadlywing deadlywing left a comment

Choose a reason for hiding this comment

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

LGTM

@deadlywing deadlywing merged commit c7055bc into secretflow:main Oct 25, 2024
9 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Oct 25, 2024
@Candicepan Candicepan linked an issue Oct 30, 2024 that may be closed by this pull request
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

使用SPU实现分位数回归算法
2 participants