CoolFace
Apppublic

tcmhwd/bsi-mortality-demo

sourceHugging Faceotherupdated 4mo agoView on Hugging Face
3likes
36 commits on main
23d63724mo ago

Remove login requirement for public access

BSI Demo, Claude Sonnet 4.6
385cb186mo ago

Fix SSR+auth: set GRADIO_SSR_MODE=0 env var, revert to gradio 5.23.3

BSI Demo
2b4bc5d6mo ago

Downgrade sdk_version to 4.44.1 (fix SSR+auth conflict)

BSI Demo
c915f066mo ago

Pin gradio==4.44.1 to fix SSR+auth crash on HF Spaces

BSI Demo
663af3e6mo ago

Remove ssr=False (not supported in this Gradio version)

BSI Demo
577e9786mo ago

Fix HF Spaces auth: add ssr=False to avoid SSR/auth conflict

BSI Demo
b746ffa6mo ago

Fix HF Spaces auth: call launch() at module level with auth param

BSI Demo
98ed0396mo ago

Add login gate (admin/admin) — set REQUIRE_LOGIN=False to make public

BSI Demo
a113f436mo ago

Mode D: add _patch_imputers sklearn fix + 10 representative patient presets

BSI Demo
22762086mo ago

Add Mode D: BCx/AST-only prediction for reference laboratories

BSI Demo, Claude Sonnet 4.6
733456a6mo ago

Add models/bcx_only/species_list.json for Mode D

tcmhwd
93b2bf16mo ago

Add models/bcx_only/feature_spec.json for Mode D

tcmhwd
3db71a56mo ago

Add models/bcx_only/recalibrator.joblib for Mode D

tcmhwd
487d26f6mo ago

Add models/bcx_only/xgboost_bcx_pipeline.joblib for Mode D

tcmhwd
f1d735f6mo ago

Fix remaining Korean text in HEADER_MD table and Hospital 20 → B

BSI Demo, Claude Sonnet 4.6
c64a7f46mo ago

UI: translate Korean text to English, add CCI auto-calc, SHAP/label fixes

BSI Demo, Claude Sonnet 4.6
46599eb6mo ago

Fix: TabM cached for rep patients; UI uses AST spec (adds microbiology features)

BSI Demo
a1af1746mo ago

Add TabM live inference (tabm_preprocessor + _get_tabm + _tabm_predict)

BSI Demo
f7bb7c46mo ago

Add live XGBoost SHAP for manual input (AST arm)

BSI Demo
54943ef6mo ago

Add SimpleImputer _fill_dtype compat patch + relax sklearn/xgboost version pins

BSI Demo
9d88c146mo ago

Pin exact sklearn==1.4.2 xgboost==2.0.3 to match training env

BSI Demo
27ad9976mo ago

Pin scikit-learn>=1.4.0 to match training env (SimpleImputer _fill_dtype compat)

BSI Demo
37ee0876mo ago

Add model binary: models/early/preprocessor.joblib

tcmhwd
71d91e66mo ago

Add model binary: models/early/tabm_model.pt

tcmhwd
7a1bbb76mo ago

Add model binary: models/ast_informed/xgboost_final_pipeline.joblib

tcmhwd
62a85496mo ago

Remove model binaries from .gitignore so HF API upload works

BSI Demo
fc76bb86mo ago

Add model file: models/early/preprocessor.joblib

tcmhwd
d7abb006mo ago

Add model file: models/early/tabm_model.pt

tcmhwd
b1304196mo ago

Add model file: models/ast_informed/xgboost_final_pipeline.joblib

tcmhwd
fdf89d86mo ago

Lazy-load XGBoost model to fix persistent _XGB_AVAILABLE=False

BSI Demo
fa6e3af6mo ago

Fix fill_patient: return plain values instead of gr.update() dicts

BSI Demo
6eb93a66mo ago

Fix feature range violations: CRP/WBC/PLT/Creatinine/Bilirubin/SBP/PR

BSI Demo
726c0046mo ago

Upgrade to gradio 5.23.3 for Python 3.13 compatibility

BSI Demo
ea351a66mo ago

Fix Python 3.13 audioop compatibility (add pyaudioop)

BSI Demo
9c49ffb6mo ago

Graceful fallback when model files not yet uploaded

BSI Demo
382dc2a6mo ago

Initial BSI mortality demo (code + data, binaries via API)

BSI Demo