watex.models.displayModelMaxDetails#

watex.models.displayModelMaxDetails(cvres, cv=4)[source]#

Display the max details of each stored model from cross-validation.

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.

  • cv (int, default=1) – The number of KFlod during the fine-tuning models parameters.