Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ repos:
entry: python3 -m mypy --config-file pyproject.toml
language: system
types: [python]
exclude: '(tests|scripts/cohort/cohort_check_(mimic|eicu)\.py)'
exclude: 'tests|scripts/cohort/cohort_check_(mimic|eicu)\.py'

- repo: https://github.com/crate-ci/typos
rev: v1
Expand Down
1 change: 1 addition & 0 deletions _typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ GAMs = "GAMs"
# scripts/gemini/extract_dry.py's TOP_LAB_CONCEPTS, not a typo for "MUCH".
MCH = "MCH"


[default.extend-identifiers]
# get_rolling_window_indicies is MEDS-Tab's own real, upstream function name
# (genuinely misspelled there, not by us) -- referenced in prose in
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies = [
"idna>=3.19",
# Eval metrics only (AUROC/AUPRC/Brier score for concept quality) --
# not used anywhere in the training/inference path itself.
"scikit-learn>=1.7.0",
"scikit-learn>=1.9.1",
]

[project.optional-dependencies]
Expand Down
Loading