Meta Models

EnsembleSelection(base_estimators[, scorer, …])

Ensemble selection for survival analysis that accounts for a score and correlations between predictions.

EnsembleSelectionRegressor(base_estimators)

Ensemble selection for regression that accounts for the accuracy and correlation of errors.

Stacking(meta_estimator, base_estimators[, …])

Meta estimator that combines multiple base learners.