Skip to content

Commit

Permalink
Merge pull request #23 from Tanmay-Kulkarni101/master
Browse files Browse the repository at this point in the history
fix import statement in Parametric DGP Section
  • Loading branch information
FlorianWilhelm committed Feb 22, 2020
2 parents 0ba0855 + 3ade331 commit a7ace1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ Covariates
""""""""""
We simply access the covariates with::

>>> from justcause.data.sets import get_ihdp_covariates
>>> from justcause.data.sets.ihdp import get_ihdp_covariates

>>> covariates = get_ihdp_covariates()
>>> covariates.shape
Expand Down Expand Up @@ -521,4 +521,4 @@ We encourage users of JustCause to start their considerations with the terminolo
.. _Fundamental Problem of Causal Inference: https://thuijskens.github.io/2016/08/25/causal-modelling/
.. _[1]: https://arxiv.org/pdf/1810.13237.pdf
.. _JustCause Data Repository: https://github.com/inovex/justcause-data/
.. _RLearner Paper: https://arxiv.org/abs/1712.04912
.. _RLearner Paper: https://arxiv.org/abs/1712.04912

0 comments on commit a7ace1c

Please sign in to comment.