项目作者: alexander-poon

项目描述 :
Civic Engagement with Data Science
高级语言: Jupyter Notebook
项目地址: git://github.com/alexander-poon/represent.git
创建时间: 2018-10-03T04:44:51Z
项目社区:https://github.com/alexander-poon/represent

开源协议:

下载


represent

Applying Natural Language Processing to extract interesting features from legislation.
Data from OpenStates.

Features will be used in the Swipe for Rights
app, which will:

  • Allow users to express support/opposition to legislation
  • Help users understand the content of legislation
  • Provide actionable ways that users can respond to legislation

Components

  • Topic modeling with bill text
  • Predictive modeling for bill outcomes

Requirements

Setup

Create a conda environment and install required packages:

$ conda env create -f environment.yml

Activate the environment:

$ conda activate represent

This should be sufficient to run the scripts in py/ and notebooks in notebooks/.

Deactivate the conda environment:

$ conda deactivate

Remove the conda environment:

$ conda env remove --name represent