Tabular Classification
Scikit-learn
English
hierarchical
healthcare
ehr
copd
clinical-risk
tabular
scikit-learn
clustering
unsupervised
Instructions to use stormid/copd-model-e with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Scikit-learn
How to use stormid/copd-model-e with Scikit-learn:
from huggingface_hub import hf_hub_download import joblib model = joblib.load( hf_hub_download("stormid/copd-model-e", "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
File size: 286 Bytes
53a6def | 1 2 3 4 5 6 7 8 | {
"date": "2019-12-31",
"extract_data_path": "<YOUR_DATA_PATH>/EXAMPLE_STUDY_DATA/",
"rec_data_path": "<YOUR_DATA_PATH>/EXAMPLE_STUDY_DATA/",
"sup_data_path": "<YOUR_DATA_PATH>/SU_IDs/",
"model_data_path": "<YOUR_DATA_PATH>/Model_E_Extracts/",
"model_type": "hierarchical"
} |