Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

getachewgetu
/
stunting-risk-model

Scikit-learn
English
stunting
risk-scoring
logistic-regression
rwanda
healthtech
Model card Files Files and versions
xet
Community

Instructions to use getachewgetu/stunting-risk-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Scikit-learn

    How to use getachewgetu/stunting-risk-model with Scikit-learn:

    from huggingface_hub import hf_hub_download
    import joblib
    model = joblib.load(
    	hf_hub_download("getachewgetu/stunting-risk-model", "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
stunting-risk-model
27.4 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
getachewgetu's picture
getachewgetu
Upload README.md with huggingface_hub
df0d59a verified about 1 month ago
  • .gitattributes
    1.52 kB
    initial commit about 1 month ago
  • README.md
    1.33 kB
    Upload README.md with huggingface_hub about 1 month ago
  • feature_engineering.py
    3.28 kB
    Upload feature_engineering.py with huggingface_hub about 1 month ago
  • model_registry.json
    273 Bytes
    Upload model_registry.json with huggingface_hub about 1 month ago
  • model_utils.py
    9.06 kB
    Upload model_utils.py with huggingface_hub about 1 month ago
  • risk_model.pkl

    Detected Pickle imports (7)

    • "StandardScaler.dtype",
    • "numpy._core.multiarray._reconstruct",
    • "sklearn.preprocessing._data.StandardScaler",
    • "numpy._core.multiarray.scalar",
    • "numpy.dtype",
    • "numpy.ndarray",
    • "joblib.numpy_pickle.NumpyArrayWrapper"

    How to fix it?

    2.62 kB
    xet
    Upload risk_model.pkl with huggingface_hub about 1 month ago
  • risk_scorer.py
    4.59 kB
    Upload risk_scorer.py with huggingface_hub about 1 month ago
  • train_model.py
    4.69 kB
    Upload train_model.py with huggingface_hub about 1 month ago