Skip to content

Commit

Permalink
Merge pull request #433 from microsoft/update-dataset-urls
Browse files Browse the repository at this point in the history
Fix example dataset urls
  • Loading branch information
natoverse authored Oct 17, 2023
2 parents a4921f4 + ac01ee4 commit 16f6868
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .yarn/versions/e1023165.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
declined:
- showwhy
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ This interface allows users to inspect variable relationships within data, and t

**Note: At the moment, ShowWhy does not work with Apple Mxx processors in local mode.**

To run the application locally,ensure that you have Docker installed and running on your machine. You can find instructions for installing Docker [here](https://docs.docker.com/get-docker/).
To run the application locally, ensure that you have Docker installed and running on your machine. You can find instructions for installing Docker [here](https://docs.docker.com/get-docker/).

Open up a terminal application, and using the command-line interface (CLI) run the following command:

Expand Down
4 changes: 2 additions & 2 deletions javascript/webapp/public/data/examples/smoking.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{
"rel": "input",
"profile": "datatable",
"path": "https://raw.githubusercontent.com/BiomedSciAI/causallib/master/causallib/datasets/data/nhefs/NHEFS.csv",
"path": "https://microsoft.github.io/datashaper/data/NHEFS.csv",
"metadata": {
"source": "https://www.hsph.harvard.edu/miguel-hernan/causal-inference-book/",
"citation": "Hernán MA, Robins JM (2020). Causal Inference: What If. Boca Raton: Chapman & Hall/CRC"
Expand Down Expand Up @@ -614,7 +614,7 @@
{
"rel": "input",
"profile": "datatable",
"path": "https://cdn.jsdelivr.net/gh/synth-inference/synthdid@master/data/california_prop99.csv",
"path": "https://microsoft.github.io/datashaper/data/california_prop99.csv",
"metadata": {
"source": "https://www.openicpsr.org/openicpsr/project/146381/version/V1/view?path=/openicpsr/146381/fcr:versions/V1/synthdid-sdid-paper/data/california_prop99.csv",
"citation": " Dmitry Arkhangelsky, CEMFI; Susan Athey, Stanford University; David A. Hirshberg, Emory University; Guido W. Imbens, Stanford University; Stefan Wager, Stanford University"
Expand Down

0 comments on commit 16f6868

Please sign in to comment.