How to use afg1/rat_transcript_classifier with Scikit-learn:
from skops.hub_utils import download from skops.io import load download("afg1/rat_transcript_classifier", "path_to_folder") # make sure model file is in skops format # if model is a pickle file, make sure it's from a source you trust model = load("path_to_folder/rat_transcript_classifier.skops")