Skip to content

secanth/massart

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

Code for "Classification Under Misspecification: Halfspaces, Generalized Linear Models, and Connections to Evolvability"

These are scripts for reproducing our paper "Classification Under Misspecification: Halfspaces, Generalized Linear Models, and Connections to Evolvability" (preprint).

Contents

  • adult.csv contains a copy of the UCI Adult dataset.
  • gauss/ contains the results of our synthetic experiment
  • real/ contains the results of our UCI Adult experiment
    • noncensor/ contains the experiment where demographic fields were not hidden
    • censor/ contains the experiment where demographic fields were hidden
  • To reproduce the plots in this work, run python plots.py
  • experiment.py is the wrapper for running both our real and synthetic experiments. Setting the flag EXPERIMENT_TYPE therein to one of ['real', 'synthetic-rcn', 'synthetic-massart'] and running python experiment.py will populate gauss/ and real/ with the relevant experimental data (these folders have been pre-populated for the user's convenience).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages