Homomorphic encryption on prediction models

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 :

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 !