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