hackathon / src

Commit History

feat(frontend): AI Assistant tab — natural-language explainer
fc4e33b

mekosotto Claude Opus 4.7 (1M context) commited on

feat(api): POST /explain/bbb — natural-language rationale endpoint
5e9f487

mekosotto Claude Opus 4.7 (1M context) commited on

feat(llm): explainer with deterministic template + OpenRouter fallback
e5c1c61

mekosotto Claude Opus 4.7 (1M context) commited on

fix(schemas): silence Pydantic protected-namespace warning on ModelProvenance
d69f171

mekosotto Claude Opus 4.7 (1M context) commited on

feat(api+frontend): MLflow provenance badge in decision card
28ca4f9

mekosotto Claude Opus 4.7 (1M context) commited on

feat(frontend): drift metric line + last-prediction session state
95c5aff

mekosotto Claude Opus 4.7 (1M context) commited on

feat(api): drift z-score in /predict/bbb response
c26a55c

mekosotto Claude Opus 4.7 (1M context) commited on

feat(models): train-time confidence stats stashed on _neurobridge_train_stats
efb8713

mekosotto Claude Opus 4.7 (1M context) commited on

feat(frontend): MRI tab — Pre/Post ComBat KDE + site-gap KPI strip
4a861ef

mekosotto Claude Opus 4.7 (1M context) commited on

feat(api): POST /pipeline/mri/diagnostics — pre/post ComBat KPIs + long-format rows
985240b

mekosotto Claude Opus 4.7 (1M context) commited on

feat(pipelines): compute_harmonization_diagnostics — long-format pre/post ComBat for viz
1068ed1

mekosotto Claude Opus 4.7 (1M context) commited on

feat(frontend): trust caption — precision-at-confidence below decision card
1c727f2

mekosotto Claude Opus 4.7 (1M context) commited on

feat(api): expose calibration bin in /predict/bbb response
42366a8

mekosotto Claude Opus 4.7 (1M context) commited on

feat(models): calibration metadata — precision-at-threshold bins on _neurobridge_calibration
90167c7

mekosotto Claude Opus 4.7 (1M context) commited on

feat(frontend): edge-case dropdown for BBB robustness demo
0e8a63d

mekosotto Claude Opus 4.7 (1M context) commited on

docs: Day-5 close-out — AGENTS §8 decision layer + trainer CLI
53256ed

mekosotto commited on

feat(frontend): interactive BBB tab — SMILES input + decision card + SHAP bars
b6f1745

mekosotto commited on

feat(api): POST /predict/bbb with prediction, uncertainty, SHAP top-k
ae883d4

mekosotto commited on

feat(models): SHAP top-k explainer for BBB predictions
7dad1a9

mekosotto commited on

feat(models): BBB classifier with predict_with_proba uncertainty
3cc6a7d

mekosotto commited on

feat(frontend): Streamlit dashboard with 3 modality tabs
ef4cf4a

mekosotto commited on

feat(api): POST /pipeline/{bbb,eeg,mri} dispatch routes
2d7b690

mekosotto commited on

feat(api): scaffold FastAPI app + /health + shared Pydantic schemas
fae874a

mekosotto Claude Sonnet 4.6 commited on

feat(mri): log run params, metrics, and parquet artifact to MLflow
837970b

mekosotto commited on

feat(eeg): log run params, metrics, and parquet artifact to MLflow
0ce94e3

mekosotto commited on

feat(bbb): log run params, metrics, and parquet artifact to MLflow
cb5d63e

mekosotto commited on

feat(core): add MLflow tracking helper with disable env-flag
8f586ea

mekosotto commited on

refactor(bbb): align pin_threads() comment with EEG/MRI sibling files
6ba9168

mekosotto Claude Opus 4.7 (1M context) commited on

refactor(mri): use core.determinism + core.storage helpers
0af6558

mekosotto commited on

refactor(eeg): use core.determinism + core.storage helpers
0643e09

mekosotto commited on

refactor(bbb): use core.determinism + core.storage helpers
4dab60f

mekosotto commited on

feat(core): extract write_parquet() helper for §6 storage contract
c70b852

mekosotto Claude Sonnet 4.6 commited on

feat(core): extract pin_threads() helper for determinism
99af1d9

mekosotto Claude Sonnet 4.6 commited on

docs: fix README cross-references; type _StatFn as a real Callable alias
8c4e3e2

mekosotto Claude Sonnet 4.6 commited on

fix(mri): handle all-constant features; tighten variance threshold; reorder log
b18a079

mekosotto Claude Sonnet 4.6 commited on

feat(mri): add run_pipeline orchestrator + CLI (NIfTI dir → ComBat Parquet)
7215c7f

mekosotto Claude Sonnet 4.6 commited on

fix(mri): pin ComBat transitive deps; clarify np.round(14) intent; guard inputs
f7e54c4

mekosotto Claude Sonnet 4.6 commited on

feat(mri): add harmonize_combat wrapper around neuroHarmonize.harmonizationLearn
c68ac12

mekosotto Claude Opus 4.7 (1M context) commited on

refactor(mri): bind ROI_STATS to callables; guard volume/mask shape mismatch
4d00e0f

mekosotto Claude Sonnet 4.6 commited on

feat(mri): add extract_features_from_volume (8 ROI octants × 6 stats)
853cb9e

mekosotto Claude Sonnet 4.6 commited on

fix(mri): warn on all-False mask; document 6-connectivity erosion caveat
782869f

mekosotto Claude Sonnet 4.6 commited on

feat(mri): add mask_brain (intensity threshold + morphological opening)
5833bcb

mekosotto Claude Sonnet 4.6 commited on

feat(mri): add is_valid_volume guard for NaN/inf/shape/dtype on 3-D arrays
3670eb8

mekosotto commited on

refactor: pin single-threaded determinism env; close Day-2 doc/typo gaps
1a15285

mekosotto Claude Sonnet 4.6 commited on

docs(eeg): correct float64 dtype claim; tighten test match; clarify CLI default
ea055f0

mekosotto Claude Sonnet 4.6 commited on

feat(eeg): add run_pipeline orchestrator + CLI (FIF/EDF → Parquet)
c4c7642

mekosotto Claude Sonnet 4.6 commited on

fix(eeg): NaN-clean features for flat channels; guard zero-size epochs; assert WARNING
0d591d4

mekosotto Claude Opus 4.7 (1M context) commited on

fix(eeg): validate epochs after filter to guarantee no NaN in feature table
c26c6a2

mekosotto Claude Sonnet 4.6 commited on

feat(eeg): flatten 3D epochs into deterministic 2D feat_<ch>_<band|stat> table
32e13cf

mekosotto Claude Sonnet 4.6 commited on

refactor(eeg): bind STATS labels to callables; document moment conventions
8da57c6

mekosotto Claude Opus 4.7 (1M context) commited on