This function extracts the top learners at each test point from a score matrix, according to the committee ratio omega.
get_top_models(scores, omega)
data frame containing the weights;
committee ratio of top base learners
A list containing the top base models
Other weighting base models: EMASE
,
build_committee
,
model_recent_performance
,
model_weighting
, select_best