odyssey
An interpretable foundation model of the patient clinical timeline: event forecasting, calibrated time-to-event alerts, and concept-level interpretability, benchmarked head-to-head against tuned GBMs, tabular foundation models, and survival baselines on MIMIC-IV, eICU, and GEMINI via the MEDS standard.
파일 탐색기
최종 버전 다운로드 (.zip)- bug_report.md
- config.yml
- feature_request.md
- code_checks.yml
- integration_tests.yml
- unit_tests.yml
- dependabot.yml
- pull_request_template.md
- logo.svg
- architecture.drawio
- architecture.svg
- experiment_plan.md
- experiments.md
- gemini.md
- gemini_extraction.md
- missingness_protocol.md
- reeval_wave_v2.md
- sidecars_and_task_sets.md
- track_b_designs.md
- __init__.py
- config.py
- db.py
- __init__.py
- eicu_hicl_ingredients.csv
- __init__.py
- alert_events.py
- code_mapping.py
- code_normalization.py
- concept_selection.py
- concepts.py
- degrade.py
- history_recap.py
- meds_validation.py
- packed_context.py
- sequences.py
- sidecars.py
- signal_panel.py
- sofa.py
- streaming.py
- types.py
- value_binning.py
- vocabulary.py
- __init__.py
- alerts.py
- baseline_features.py
- baseline_prep.py
- case_study.py
- counterfactual.py
- ebm_baseline.py
- fit_cache.py
- interventions.py
- leakage.py
- meds_tab_baseline.py
- model_comparison.py
- rollouts.py
- run_inference.py
- survivalpfn_baseline.py
- tabicl_baseline.py
- time_head_probe.py
- uncertainty.py
- __init__.py
- base.py
- hybrid.py
- tiny_gru.py
- transformer.py
- __init__.py
- concept_bottleneck.py
- embeddings.py
- sequence_model.py
- time_to_event.py
- value_head.py
- __init__.py
- concept_bottleneck_report.py
- concept_bottleneck_report_template.html
- missingness_report.py
- __init__.py
- embed_notes.py
- note_features.py
- __init__.py
- data.py
- event_targets.py
- metrics.py
- running_labels.py
- shard_stream.py
- train.py
- __init__.py
- env_fingerprint.py
- joblib_tmp.py
- __init__.py
- .gitignore
- main.pdf
- main.tex
- Makefile
- outline.md
- README.md
- references.bib
- sn-jnl.cls
- sn-nature.bst
- template-sn-article.tex
- template-user-manual.pdf
- writing_guide.md
- .gitkeep
- codes_inventory.json
- env_probe.txt
- extract_dry.json
- extract_dry.md
- extraction_summary.json
- finalize_summary.json
- schema.json
- schema.md
- explore_schema.py
- export_codes.py
- extract_dry.py
- extract_meds.py
- finalize_meds.py
- probe_env.sh
- run.sh
- build_eicu_hicl_lookup.py
- build_mimic_note_sidecar.py
- build_mimic_sidecars.py
- eval_run.sh
- meds_tab_alerts_baseline.py
- meds_tab_shared_landmark.py
- missingness_sweep.py
- probe_bottleneck_signal.py
- rescore_extra_baselines.py
- eICU.yaml
- GEMINI.md
- __init__.py
- test_config.py
- test_db.py
- __init__.py
- test_aki_kdigo.py
- test_alert_events.py
- test_code_mapping.py
- test_code_normalization.py
- test_concept_selection.py
- test_concepts.py
- test_degrade.py
- test_history_recap.py
- test_meds_validation.py
- test_packed_context.py
- test_sepsis3_tasks.py
- test_sequences.py
- test_streaming.py
- test_value_binning.py
- test_value_channel.py
- test_vocabulary.py
- __init__.py
- test_alerts.py
- test_baseline_features.py
- test_baseline_prep.py
- test_case_study.py
- test_case_study_gpu.py
- test_counterfactual.py
- test_ebm_baseline.py
- test_fit_cache.py
- test_interventions.py
- test_interventions_gpu.py
- test_leakage.py
- test_meds_tab_baseline.py
- test_model_comparison.py
- test_rollouts.py
- test_run_inference.py
- test_run_inference_gpu.py
- test_survivalpfn_baseline.py
- test_tabicl_baseline.py
- test_time_head_probe.py
- test_uncertainty.py
- __init__.py
- test_base.py
- test_hybrid_gpu.py
- test_hybrid_merge_attention.py
- test_mamba2_patch_gpu.py
- test_tiny_gru.py
- test_transformer.py
- __init__.py
- test_bottleneck_variants.py
- test_concept_bottleneck.py
- test_embeddings.py
- test_forecast_objective.py
- test_sequence_model.py
- test_streaming_training.py
- test_time_to_event.py
- test_transformer_packed_integration.py
- test_value_embeddings.py
- test_value_head.py
- __init__.py
- test_concept_bottleneck_report.py
- test_findings.py
- test_missingness_report.py
- __init__.py
- test_text_modality.py
- __init__.py
- test_data.py
- test_metrics.py
- test_running_labels.py
- test_shard_stream.py
- test_train.py
- test_train_gpu.py
- test_train_transformer.py
- __init__.py
- test_env_fingerprint.py
- __init__.py
- __init__.py
- test_explore_schema.py
- test_export_codes.py
- test_extract_dry.py
- test_extract_meds.py
- test_finalize_meds.py
- __init__.py
- test_build_eicu_hicl_lookup.py
- test_eval_run_script.py
- test_missingness_sweep.py
- __init__.py
- .env.example
- .gitignore
- .pre-commit-config.yaml
- .python-version
- _typos.toml
- CODE_OF_CONDUCT.md
- codecov.yml
- CONTRIBUTING.md
- LICENSE.md
- pyproject.toml
- README.md
- uv.lock
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/VectorInstitute/odyssey
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd odyssey
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Python
쉬움 추천사전 준비물
pip install .
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
python <실행할 파일명>.py # README에서 정확한 실행 파일명을 확인하세요
파이썬 스크립트(또는 모듈)를 실행합니다.
에러 메시지 없이 실행되고 터미널에 안내 문구가 출력되면 정상입니다.
3. Make
보통사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Make Linux/macOS는 보통 기본 설치되어 있습니다. Windows는 별도 설치(예: MSYS2, WSL)가 필요합니다.
cd paper
이 프로젝트의 관련 파일이 하위 폴더 안에 있어서, 먼저 그 폴더로 이동합니다.
make
생성된 빌드 설정을 바탕으로 실제 컴파일을 진행해 실행 파일을 만듭니다.
에러 없이 끝나면 성공입니다. 생성된 실행 파일을 직접 실행해보세요.
// repository documentation
Was this content helpful?
(0 ratings)
