hackathon / src /pipelines /eeg_pipeline.py

Commit History

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

mekosotto commited on

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

mekosotto commited on

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

mekosotto Claude Sonnet 4.6 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

feat(eeg): add compute_features_from_epoch (PSD bands + 5 statistics)
a1ab9ac

mekosotto Claude Sonnet 4.6 commited on

refactor(eeg): tighten ICA docstring + log accuracy; extract EOG threshold constant
9931366

mekosotto Claude Sonnet 4.6 commited on

feat(eeg): add remove_artifacts_with_ica with EOG correlation rejection
1a86a6e

mekosotto Claude Sonnet 4.6 commited on

fix(eeg): guard bandpass_filter against inverted l_freq/h_freq; document picks=all
32359e5

mekosotto commited on

feat(eeg): add non-mutating bandpass_filter (default 1-40 Hz)
c743c0a

mekosotto Claude Sonnet 4.6 commited on

fix(eeg): tighten is_valid_epoch signature; reject non-numeric dtype + -inf
e3c6c58

mekosotto commited on

feat(eeg): add is_valid_epoch guard for NaN/inf/shape/dtype
7e0ed24

mekosotto Claude Sonnet 4.6 commited on