7.3.11. mclearn.heuristics.pool_entropy_h

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

Return the candidate that will minimise the expected entropy 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