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

  • Log In
  • Sign Up

saifhmb
/
Credit-Card-Risk-Model

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

Instructions to use saifhmb/Credit-Card-Risk-Model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Scikit-learn

    How to use saifhmb/Credit-Card-Risk-Model with Scikit-learn:

    import joblib
    from skops.hub_utils import download
    download("saifhmb/Credit-Card-Risk-Model", "path_to_folder")
    model = joblib.load(
    	"skops-akmmropo.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
Credit-Card-Risk-Model
35.3 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
saifhmb's picture
saifhmb
Update README.md
0fe8772 verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    7.62 kB
    Update README.md almost 2 years ago
  • config.json
    2.78 kB
    pushing model to the Hugging Face Hub almost 2 years ago
  • confusion_matrix.png
    22.3 kB
    pushing model to the Hugging Face Hub almost 2 years ago
  • skops-_rlm9nbx.pkl

    Detected Pickle imports (4)

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

    How to fix it?

    1.1 kB
    xet
    pushing model to the Hugging Face Hub almost 2 years ago