Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arithmetic Mean estimator #127

Closed
pzivich opened this issue Oct 11, 2019 · 1 comment
Closed

Arithmetic Mean estimator #127

pzivich opened this issue Oct 11, 2019 · 1 comment
Assignees
Labels
Calculator Updates for the calculations Docs Updates to the docs / print functions Short-term Issues/additions that will be completed in the near future

Comments

@pzivich
Copy link
Owner

pzivich commented Oct 11, 2019

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

@pzivich pzivich added Short-term Issues/additions that will be completed in the near future Docs Updates to the docs / print functions Calculator Updates for the calculations labels Oct 11, 2019
@pzivich pzivich self-assigned this Oct 11, 2019
@pzivich
Copy link
Owner Author

pzivich commented Dec 27, 2020

Implemented as EmpiricalMeanSL in #143

@pzivich pzivich closed this as completed Dec 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Calculator Updates for the calculations Docs Updates to the docs / print functions Short-term Issues/additions that will be completed in the near future
Projects
None yet
Development

No branches or pull requests

1 participant