How to use RNAcentral/genes-from-transcripts with Scikit-learn:
import joblib from skops.hub_utils import download download("RNAcentral/genes-from-transcripts", "path_to_folder") model = joblib.load( "model_fold_2.pkl" ) # only load pickle files from sources you trust # read more about it here https://skops.readthedocs.io/en/stable/persistence.html