Skip to content
#

causal-inference

Here are 217 public repositories matching this topic...

petterreinholdtsen
petterreinholdtsen commented Aug 15, 2016

When profiling openalpr, the profile.coz file (named profile.txt in the attachment to keep github editor happy) show that a lot of time is spent in locations in /usr/include/c++/4.9/bits/stl_vector.h and /usr/include/opencv2/core/mat.hpp (matrix operations). This is not really helpful without knowing from where the STL vector or the matrix operation is used. Perhaps Coz should be adjusted to col

ankurankan
ankurankan commented Jun 13, 2019

The documentation of some classes/methods is severely lacking. Here's a list of methods that needs more detailed documentation as has been pointed out by users:

  • TabularCPD doesn't clearly specify what the arguments are expected to be. Ref: #1036
  • TabularCPD methods need to describe in more detail what each of them does.
  • Make sure that Return section is available in ea
causalml
t-tte
t-tte commented Dec 20, 2019

As discussed on issue #70, it would be valuable to replicate the benchmark tests from the foundational research papers. For the meta-learners, we have the papers by Nie and Wager (2019) and Kunzel et al (2019) that contain such benchmark studies.

The simulation studies are:

•	Simulation setups A, B, C and D (Nie and Wager, p. 16)
•	Simulations 1—6
causalnex
ogencoglu
ogencoglu commented Mar 11, 2020

Description

Following the tutorial raises the following:

bn = bn.fit_cpds(train, method="BayesianEstimator", bayes_prior="K2")

Would be great to have a fully working jupyter notebook as an example.

Steps to Reproduce

/usr/local/lib/python3.7/site-packages/causalnex/network/network.py in fit_cpds(self, data, method, bayes_prior, equivalent_sample_size)
    344 
    345  
bug
Python-for-Epidemiologists

Improve this page

Add a description, image, and links to the causal-inference topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the causal-inference topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.