watex.utils.funcutils.pretty_printer#
- watex.utils.funcutils.pretty_printer(clfs, clf_score=None, scoring=None, **kws)[source]#
Format and pretty print messages after gridSearch using multiples estimators.
Display for each estimator, its name, it best params with higher score and the mean scores.
- Parameters:
clfs (Callables) β classifiers or estimators
clf_scores (array-like) β for single classifier, usefull to provided the cross validation score.
scoring (str) β Scoring used for grid search.