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.
8 lines
362 B
8 lines
362 B
"""Analysis modules for the parliamentary embedding pipeline.
|
|
|
|
Modules:
|
|
political_axis — project MP SVD vectors onto ideological axis
|
|
trajectory — compute MP drift across aligned windows
|
|
clustering — UMAP dimensionality reduction + cluster labelling
|
|
visualize — Plotly interactive plots (outputs self-contained HTML)
|
|
"""
|
|
|