7.3.9. mclearn.heuristics.pool_variance_h

mclearn.heuristics.pool_variance_h(X_training_candidates, **kwargs)[source]

Return the candidate that will minimise the expected variance of the predictions.

Parameters:X_training_candidates (array) – The feature matrix of the potential training candidates.
Returns:best_candidate – The index of the best candidate.
Return type:int