![]() |
slope 6.2.1
|
Contains overall results from a cross-validation process. More...
#include <cv.h>
Public Attributes | |
| std::vector< GridResult > | results |
| std::map< std::string, double > | best_params |
| double | best_score |
| The score achieved by the optimal hyperparameter configuration. | |
| int | best_ind |
| Index of the best performing configuration in the results vector. | |
| int | best_alpha_ind |
Contains overall results from a cross-validation process.
This struct aggregates results from cross-validation across multiple hyperparameter combinations, including information about the optimal configuration.
| int slope::CvResult::best_alpha_ind |
| int slope::CvResult::best_ind |
| std::map<std::string, double> slope::CvResult::best_params |
| double slope::CvResult::best_score |
| std::vector<GridResult> slope::CvResult::results |
Vector of GridResult objects containing performance metrics for each hyperparameter configuration evaluated