How to use Ozziey/poet-type-model with Scikit-learn:
import joblib from skops.hub_utils import download download("Ozziey/poet-type-model", "path_to_folder") model = joblib.load( "Pickle_HME_Model.pkl" ) # only load pickle files from sources you trust # read more about it here https://skops.readthedocs.io/en/stable/persistence.html
The community tab is the place to discuss and collaborate with the HF community!