Bayesian Optimization <undefined> and NaN Results
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
MByk
el 26 de Jun. de 2018
Sorry, if it's a silly question. I am using Bayesian Optimization to optimize classifier hyperparameters but sometimes I having "<undefined>" and "NaN" values for some parameters. What do they mean? Dataset is not suitable for this classifier? Should I use classifier's default parameters? Thanks for the help.
0 comentarios
Respuesta aceptada
Don Mathis
el 26 de Jun. de 2018
Editada: Don Mathis
el 26 de Jun. de 2018
I would need to see your example to be sure, but a typical case is when some parameter is not used when some other parameter has a certain value. For example, the PolynomialOrder parameter of an SVM is only used when the KernelFunction parameter is 'polynomial'. So a NaN or "<undefined>" value in a parameter vector means that you should not use that parameter.
1 comentario
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!