drewskidang / scotus-predict-v3

Supreme Court prediction model, "version" 3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A General Approach for Predicting the Behavior of the Supreme Court of the United States

==================

Paper Abstract

Building on developments in machine learning and prior work in the science of judicial prediction, we construct a model designed to predict the behavior of the Supreme Court of the United States in a generalized, out-of-sample context. Our model leverages the random forest method together with unique feature engineering to predict nearly two centuries of historical decisions (1816-2014). Using only data available prior to decision, our model outperforms null (baseline) models at both the justice and case level under both parametric and non-parametric tests. Over nearly two centuries, we achieve 70.2% accuracy at the case outcome level and 71.9% at the justice vote level. More recently, over the past century, we outperform a high quality null model by nearly 5%. Our performance is consistent with, but improves upon, the general level of prediction demonstrated by prior work; however, our model is distinctive because it can be applied out-of-sample to the entire past and future of the Court, not just one year. Our results represent an advance for the science of quantitative legal prediction and portend a range of other potential applications.

Source Description

The source and data in this repository allow for the reproduction of the results in this paper.

Source Highlights

Data Description

The data used in this paper is available from the Supreme Court Database (SCDB); both the Modern and Legacy databases were used in this analysis.

Version

The latest version of this model was released in December 2016.

About

Supreme Court prediction model, "version" 3


Languages

Language:Jupyter Notebook 99.3%Language:Python 0.7%