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

stormid
/
copd-model-c

Tabular Classification
Scikit-learn
English
healthcare
ehr
copd
clinical-risk
tabular
scikit-learn
xgboost
lightgbm
Model card Files Files and versions
xet
Community

Instructions to use stormid/copd-model-c with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Scikit-learn

    How to use stormid/copd-model-c with Scikit-learn:

    from huggingface_hub import hf_hub_download
    import joblib
    model = joblib.load(
    	hf_hub_download("stormid/copd-model-c", "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
copd-model-c / training /lookups
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
IamGrooooot's picture
IamGrooooot
Initial release: 72-hour COPD exacerbation prediction model
e69d4e4 3 months ago
  • README.MD

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    1 Bytes
    Initial release: 72-hour COPD exacerbation prediction model 3 months ago
  • type_lookup.txt
    3.35 kB
    Initial release: 72-hour COPD exacerbation prediction model 3 months ago