Data privacy in a trained model (r package)

I have trained a prediction model using the R package. I plan to share the fitted model. but because of privacy issues, I don’t want others to recover the training data from the fitted model.
I am wondering:

  1. how does the fitted model store the trainning data?
  2. if others can recover the training data from the fitted model, is there a way to remove the data from the fitted model while keeping the ability to make predictions?

Thanks so much!

No, the fitted model does not store any training data.

Thank you so much :grinning: :+1: