Michael Foster
Michael Foster
I just had a similar thing with my own data. If you use the `get_confidence_intervals` method of the [CausalEstimate class](https://microsoft.github.io/dowhy/_modules/dowhy/causal_estimator.html) with argument `method="bootstrap"`, that might return more sensible values. It...
I'm afraid I don't know how the confidence intervals code works, but it looks like you're using EconML as your estimator. I think they have their own methods to calculate...
Thanks for getting back to me on this. For the simple solution, would I need to include `sqrt(L1)` etc. as an additional treatment (and variable in the causal model) to...
Thanks for looking into this so quickly! Mixed results, I'm afraid. Following the updated instructions verbatim still gives me the same problem of it just ignoring the `-Dscalapy.python.programname=...` option and...
Update: I think this might possibly be to do with my python installation being messed up. I've just been doing some other stuff in Python which is also behaving erratically....
I'm using 0.5.1 as per the latest docs ``` libraryDependencies += "me.shadaj" %% "scalapy-core" % "0.5.1", ``` Sorry, completely forgot to reply to this sooner!
Sure, here it is ``` import Dependencies._ import sys.process._ import java.io.File; val cleanDotfiles = taskKey[Int]("Deletes everything from the ./dotfiles folder") val mkdirs = taskKey[Unit]("Creates the ./dotfiles directories for the program...
You're right. I did have it in there but must have accidentally deleted the lines at some point. I've just tried it with ``` import Dependencies._ import sys.process._ import java.io.File;...
@kiendang thanks for the clarification. This now works and it's picking up the right executable from the options. It's still not automatically locating the correct site packages, but I can...
Update: Printing all the system variables gives ``` ... key: scalapy.python.programname, value: /home/michael/Documents/efsm-inference/inference-tool/deapGP/bin/python3.9 key: java.vendor, value: Debian key: java.vm.version, value: 11.0.14+9-post-Debian-1deb10u1 key: scalapy.python.library, value: python3.9 key: sun.io.unicode.encoding, value: UnicodeLittle key:...