Kirtan Padh

Results 4 issues of Kirtan Padh

I am trying to use an [absl flag](https://abseil.io/docs/python/guides/flags) flag in a sacred script. Here is a minimal example ```python from sacred import Experiment from absl import flags, app flags.DEFINE_bool("local", False,...

I have started using SEML recently, and I have often had to parse through the source code to figure out the behaviour of some functions, what flags I have available,...

I have a dataframe with the minimum required columns and the following test code. ``` fp.forestplot(df_result, # the dataframe with results data estimate="coef", # col containing estimated effect size ll="ll",...

Hi, I saw there is a new sensitivity analysis feature since a few weeks and I am using it for my analysis because I was already using the LinearDRLearner. I...