Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 334 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 334 Bytes

Parliment

Analysing the votes in the House of Commons using the kmodes algorithm to identify voting blocks amongs Members of Parliment.

This repository contains:

  • flask app to serve model results
  • web srapper to scrape votes data and save to db (sqlite / sqlalchemy)
  • implemetation of kmodes algorithm with Cao initilisation