You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Sven Geboers
847b783877
fix(pipeline): fix API pagination, add skip_details fast path, bulk mp_votes insert
- _get_voting_records returns (records, besluit_meta) tuple; paginate via Besluit?expand=Stemming (469/mo vs 8400)
- get_motions(skip_details=True) bypasses per-motion detail chain (3 HTTP calls/motion)
- extract_mp_votes rewritten: bulk DataFrame insert (80k rows in 1.9s), includes party-level actors
- run_pipeline.py fixed: pass db_path not db, handle dict/int return types
- download_past_year.py: skip_details=True default, limit-per-chunk default 50000
|
1 month ago |
| .. |
|
__init__.py
|
feat(pipeline): implement parliamentary embedding pipeline MVP
|
1 month ago |
|
extract_mp_votes.py
|
fix(pipeline): fix API pagination, add skip_details fast path, bulk mp_votes insert
|
1 month ago |
|
fetch_mp_metadata.py
|
feat(pipeline): implement parliamentary embedding pipeline MVP
|
1 month ago |
|
fusion.py
|
feat(pipeline): implement parliamentary embedding pipeline MVP
|
1 month ago |
|
run_pipeline.py
|
fix(pipeline): fix API pagination, add skip_details fast path, bulk mp_votes insert
|
1 month ago |
|
svd_pipeline.py
|
feat(pipeline): implement parliamentary embedding pipeline MVP
|
1 month ago |
|
text_pipeline.py
|
feat(pipeline): implement parliamentary embedding pipeline MVP
|
1 month ago |