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