pzivich/zEpid

Arithmetic Mean estimator

pzivich opened this issue · 1 comments

Often super-learner implementations include an arithmetic mean estimator. However, AFAIK sklearn doesn't have this implementation (no substantive reason they would include this).

I have an implementation I wrote that adheres to the sklearn format and is compatible with supylearner. So I will add this in the library for ease

Implemented as EmpiricalMeanSL in #143