SkillAgentSearch skills...

Aciccomp

Code to run submissions for the Atlantic Causal Inference Competition

Install / Use

/learn @vdorie/Aciccomp
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

aciccomp

Tools and data for the Atlantic Causal Inference Conference Competition.

Currently contains data from the 2016 competition in the form an R package (aciccomp2016). It can be installed from within R by executing:

if (require("remotes", quietly = TRUE) == FALSE) {
  install.packages("remotes")
  require("remotes")
}
remotes::install_github("vdorie/aciccomp/2016")

The tools subdirectory contains scripts that may be of use in fitting a number of methods against a large number of data sets on a cluster and were used to execute the 2017 competition. These will likely require modification, as they are installation dependent.

Related Skills

View on GitHub
GitHub Stars45
CategoryDevelopment
Updated2mo ago
Forks12

Languages

R

Security Score

75/100

Audited on Jan 19, 2026

No findings