watex.models.getGlobalScores#

watex.models.getGlobalScores(cvres)[source]#

Retrieve the global mean and standard deviation score from the cross validation containers.

Parameters

cvres (dict of (str, Array-like)) – cross validation results after training the models of number of parameters equals to N. The str fits the each parameter stored during the cross-validation while the value is stored in Numpy array.

Returns

scores on CV test data and standard deviation

Return type

( mean_test_scores’, ‘std_test_scores’)