Skip to content

shokru/pol_data

Repository files navigation

Supervised Learning with political data

Guillaume Coqueret

This repository contains teaching and research material focused on supervised learning with political data.

Database

The original database (~60K rows, 29 columns) compiles answers from surveys by the American National Election Studies (ANES). Its construction and content are detailed in the companion paper. The dataset is featured in RData format and in CSV format. The RData file is more complete because (ordered) categories are coded as (ordered) factors.

Code

The code is written in R and tutorial is split in three sets of scripts:

  1. Datavisualization: plotting distribution, trends, etc.

  2. Classification exercises: try to predict the party affiliation based on 6 variables. Methods used: simple trees, boosted trees, support vector machines, neural networks (multilayer perceptron).

  3. Regression analysis: try to predict the feeling towards unions using 9 variables. Methods used: linear regression, simple trees, boosted trees, support vector machines, neural networks (multilayer perceptron).

For each task and each technique, the degrees of freedom are numerous and the purpose is to play with the choice of variables, the parameters and the hyper-parameters.


DISCLAIMER: the data and code are meant for pedagogical and research use only. The original collector of the data, ANES, and the author bear no responsibility for use of the data or for interpretations or inferences based upon such uses.


Citations

Whenever using this material, please cite the original collector of the data, ANES, and the related paper Supervised learning with political data by Guillaume Coqueret.

Releases

No releases published

Packages

No packages published