src.report.hyper_search_report
Classes
|
- class src.report.hyper_search_report.HyperSearchReport(results, **kwargs)
- Author:
Alberto M. Esmoris Pena
Class to handle reports related to search-based hyperparameter tuning. See
Report. See alsoHyperGridSearchandHyperRandomSearch.- Variables:
results – The results from a hyperparameter tuning optimization.
- __init__(results, **kwargs)
Initialize an instance of HyperSearchReport.
- Parameters:
results – The results from a hyperparameter tuning optimization.
kwargs – The key-word arguments defining the report’s attributes.