Closed
Description
Is there a way I can save Sklearn models into h5 files as they are safer than pickle files or joblib files. The issue with pickle files is that a malicious program can easily be introduced while loading pickle files whereas h5 files only contain data and will be very easy to load models even from untrusted sources.