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

  • Log In
  • Sign Up

esteele
/
loan_classifier_pipeline

Tabular Classification
Scikit-learn
English
random_forest
loan-status-prediction
Model card Files Files and versions
xet
Community

Instructions to use esteele/loan_classifier_pipeline with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Scikit-learn

    How to use esteele/loan_classifier_pipeline with Scikit-learn:

    from huggingface_hub import hf_hub_download
    import joblib
    model = joblib.load(
    	hf_hub_download("esteele/loan_classifier_pipeline", "sklearn_model.joblib")
    )
    # 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
loan_classifier_pipeline
849 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 20 commits
esteele's picture
esteele
Update README.md
ef46136 verified about 2 months ago
  • .gitattributes
    1.59 kB
    Upload loan_classifier_pipeline.skops about 2 months ago
  • README.md
    148 Bytes
    Update README.md about 2 months ago
  • config.json
    184 Bytes
    Create config.json about 2 months ago
  • feature_names.json
    209 Bytes
    Create feature_names.json about 2 months ago
  • inference.py
    500 Bytes
    Create inference.py about 2 months ago
  • loan_classifier_pipeline.skops
    849 MB
    xet
    Upload loan_classifier_pipeline.skops about 2 months ago
  • requirements.txt
    41 Bytes
    Update requirements.txt about 2 months ago