Values.TunedHPOParamsSourceIf hyperparameter optimization (HPO) was performed, contains the hyperparameter values of the best performing model.
type nonrec t = {algorithmHyperParameters : HyperParameters.t option;A list of the hyperparameter values of the best performing model.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of ParameterName.t ]
* [> `String of ParameterValue.t ])
list ])
list ]