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

Meta-estimators for consensus prediction #52

Open
vruusmann opened this issue Nov 1, 2017 · 0 comments
Open

Meta-estimators for consensus prediction #52

vruusmann opened this issue Nov 1, 2017 · 0 comments

Comments

@vruusmann
Copy link
Member

We are looking to ensemble different models using several rules, for example, multiplying the results of two models and averaging the product with the result of a third model.

There could be a meta-estimator class that combines the predictions of child estimators based on some formula. The simplest meta-estimator configuration would be the one that accepts two estimators as arguments; all other meta-estimator configurations can be derived from this one via nesting.

For example:

regressor = ConsensusRegressor(regressor1, regressor2, formula = "(y[0] + y[1]) / 2")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant