myAWSStudyBlog icon indicating copy to clipboard operation
myAWSStudyBlog copied to clipboard

2022-01-04-ppxgboost

Open Wei-1 opened this issue 4 years ago • 0 comments

A tested process to directly run ppxgboost with 1 multi-class dataset and 1 binary-class dataset without manually preparing data by running it directly in SageMaker. However, note that ppxgboost is using OPE (Order Preserving Encryption) which is a kind of PHE (Partially Homomorphic Encryption), which is a long way from FHE (Fully Homomorphic Encryption). But for XGBoost OPE is enough for the algorithm to work 100% correctly after encryption, so we can rely on OPE to keep the great performance.

Wei-1 avatar Jan 04 '22 14:01 Wei-1