-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f29895e
commit a39f211
Showing
10 changed files
with
280,041 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Location of IHDP dataset introduced in [1]. | ||
|
||
1. J. L. Hill. Bayesian Nonparametric Modeling for Causal Inference. Journal of Computational and Graphical Statistics, 2012. |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Jobs dataset | ||
|
||
Data descriptions link: http://users.nber.org/~rdehejia/data/nswdata2.html | ||
|
||
The dataset is derived from the following datasets: | ||
|
||
- Non-randomized control data: https://users.nber.org/~rdehejia/data/psid_controls.txt | ||
- Randomized treated data: https://users.nber.org/~rdehejia/data/nsw_treated.txt | ||
- Randomized control data: https://users.nber.org/~rdehejia/data/nsw_control.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# license | ||
|
||
Open Database | ||
|
||
# source | ||
|
||
https://www.kaggle.com/mlg-ulb/creditcardfraud | ||
|
||
## notes | ||
|
||
Feature "time" has been removed. |
250,000 changes: 250,000 additions & 0 deletions
250,000
data/kaggle_creditcardfraud/creditcard_modified.csv
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Synthetic dataset created for Deephit. | ||
|
||
See "DeepHit: A Deep Learning Approach to Survival Analysis with Competing Risks" for more details. |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Twins dataset | ||
|
||
Source: National Center for Health Statistics 1989-1991 | ||
|
||
Data descriptions link: https://www.nber.org/data/linked-birth-infant-death-data-vital-statistics-data.html | ||
|
||
The dataset is derived from: | ||
- 1989 data: https://www.nber.org/lbid/1989/linkco1989us_num.csv.zip | ||
- 1990 data: https://www.nber.org/lbid/1990/linkco1990us_num.csv.zip | ||
- 1991 data: https://www.nber.org/lbid/1991/linkco1991us_num.csv.zip | ||
|
||
The NCHS responsible only for the initial data and not for analyses, interpretations, and or conclusions reached by the authors | ||
|
||
|
Binary file not shown.