Gabriel Ristow Cidral
Gabriel Ristow Cidral
This nb doesn't work with latest pypi mlforecast version (installing via pip install mlforecast, version 0.2.0) https://github.com/Nixtla/mlforecast/blob/6ac01ec16e1da2d04ca8ea9e4d4a2ed173f7c534/nbs/forecast.ipynb To make it work, I had to specifically pass the same package as...
As described by @david26694 we want to: "Add a wrapper to a synthetic control implementation that gives p-values, this should allow us to treat synthetic control as just another analysis...
Currently, performing power analysis with synthetic control are only possible with only 1 treatment cluster and the rest of clusters in control. We would like to allow users to perform...
Currently, we can only run the synthetic control analysis using the class init. In the future, we also want to allow users to run it from cls (using power config)...
In some cases, you might want to add a relative perturbator for a target that includes negative and positive values, such as profit margin. In this case, with a positive...
I would like to be able to run a non inferiority power analysis, Ho: B - A ≤ -Δ H1: B - A > -Δ From what I understand, it's...
Currently we can use the class NormalPowerAnalysis.mde_time_line to see the evolution of MDE by the time. But I understand that this help to decide the experiment duration as a fixed...
As briefly mentioned to @david26694 , we at Asaas built a Streamlit app to perform power analysis. It queries data from our Lake and runs the cluster-experiments app to perform...