hyperparameters:# int: Integer value, must provide a min and max. Default is optional. Uses the min value if not provided.-name:seedtype:intmin:0max:10000default:64# int: Integer value, must provide a min and max. Default is optional. Uses the min value if not provided.-name:kbins_n_binstype:intmin:2max:1000default:10# select: A discrete set of unique values, similar to an enum. Default is optional. Will use the first value if# not provided.-name:kbins_strategytype:selectvalues:-uniform-quantile-kmeansdefault:quantile# multi: A parameter that can be of multiple types (int/float/select). Default is optional. Will use the first parameter# type's default value. This example uses select, the first entry, or for int/float, the min value.-name:missing_values_strategytype:multivalues:float:min:-1000000.0max:1000000.0select:values:-median-mean-most_frequentdefault:median# string: Unicode string. Default is optional. Is an empty string if not provided.-name:print_messagetype:stringdefault:"helloworld🚀"