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

  • 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
206 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
IamGrooooot's picture
IamGrooooot
Initial release: 72-hour COPD exacerbation prediction model
e69d4e4 2 months ago
  • training
    Initial release: 72-hour COPD exacerbation prediction model 2 months ago
  • .gitattributes
    1.52 kB
    initial commit 2 months ago
  • .gitignore
    2.2 kB
    Initial release: 72-hour COPD exacerbation prediction model 2 months ago
  • README.md
    8.59 kB
    Initial release: 72-hour COPD exacerbation prediction model 2 months ago
  • pipeline.yml
    509 Bytes
    Initial release: 72-hour COPD exacerbation prediction model 2 months ago
  • requirements.txt
    6 Bytes
    Initial release: 72-hour COPD exacerbation prediction model 2 months ago
  • setup.cfg
    181 Bytes
    Initial release: 72-hour COPD exacerbation prediction model 2 months ago