watex.utils.mlutils.getGlobalScore#
- watex.utils.mlutils.getGlobalScore(cvres)[source]#
Retrieve the global mean and standard deviation score from the cross validation containers.
- Parameters:
cvres (dict of Array-like, Shape (N, )) – cross validation results after training the models of number of parameters equals to N.
- Returns:
tuple ( mean_test_scores’, ‘std_test_scores’)
scores on test_dcore and standard deviation scores