judithabk6 / med_bench

BSD 3-Clause "New" or "Revised" License
8 stars 3 forks source link

Use caching on nuisance estimators #69

Open bthirion opened 7 months ago

bthirion commented 7 months ago

Some computations on auxiliary functions (conditional mean outcome, density) may be done several times when multiple estimators are used on the same data. Using Joblib caching will avoid computing the same things several times.