I am going to build a heart disease prediction model, which should work on encrypted data (which preserves the privacy). Can u help me with this , in implementing it
Hello @Najira ,
You might be interested in the different examples we provide in our documentation :
- single notebook examples : https://github.com/zama-ai/concrete-ml/tree/main/docs/advanced_examples
- use case examples : https://github.com/zama-ai/concrete-ml/tree/main/use_case_examples
More specifically, if you are planning on using a XGBoost classifier, here’s an example we have. You might also be interested in our latest HuggingFace demo on health predictions using a LogisticRegression model.
Hope this helps !