Skip to content

Algorithm Inventory

Patrick Connolly edited this page Aug 21, 2025 · 1 revision

There are 3 main types of algorithms used in Polislike pipelines:

  1. an imputation algorithm, for "filling in" all missing values in the vote matrix due to non-voted statements.
  2. a dimensional reduction algorithm, for projecting the high-dimensional structure into a 2D/3D plot.
  3. a clustering algorithm, for automatically assigning labels to participants, placing them in groups.

Note: Most dimensional reduction methods don't work on sparse data, and PCA and UMAP have specifically been used because they can accomodate it. There is a possibility that TabPFN, a foundation model for tabular data, could be used to fill in the DNA of missing values, and allow other dimensional reduction algos to be used.

See:

Clone this wiki locally