Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

EngrSamad
/
Titanic-Survival-Predictor

Tabular Classification
Scikit-learn
skops
Model card Files Files and versions
xet
Community

Instructions to use EngrSamad/Titanic-Survival-Predictor with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • 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
  • Notebooks
  • Google Colab
  • Kaggle
Titanic-Survival-Predictor
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
EngrSamad's picture
EngrSamad
Update README.md
f8ec84a verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    14.1 kB
    Update README.md about 2 years ago
  • config.json
    574 Bytes
    Pushing files to the repo from the example! about 2 years ago
  • confusion_matrix.png
    14.9 kB
    Pushing files to the repo from the example! about 2 years ago
  • logreg.pkl

    Detected Pickle imports (4)

    • "numpy.ndarray",
    • "numpy.core.multiarray._reconstruct",
    • "numpy.dtype",
    • "sklearn.linear_model._logistic.LogisticRegression"

    How to fix it?

    832 Bytes
    xet
    Pushing files to the repo from the example! about 2 years ago