Why 'OptimizeHyperparameters' in fitcknn doesn't provide the 3D plot as it says in the documentation?
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Dear all,
do you know how can I get the plot of the objective function model when I run a hyperparameters optimization with two hyperparameters (bayesian as default)?
It seems, from the documentation, that this plot should be generated automatically and indeed this happens if I use the data in the documentation example, but it doesn't with mine.
Thank you in advance,
Marta
2 comentarios
Alan Weiss
el 25 de En. de 2019
We don't know what you did. Please show us your function call and option settings, and then maye we will be able to advise you.
Alan Weiss
MATLAB mathematical toolbox documentation
Respuestas (1)
Alan Weiss
el 25 de En. de 2019
Thanks for the information. As stated in the HyperparameterOptimizationOptions reference section, ".... If [you set the option to show plots to] true, this field plots the best objective function value against the iteration number. If there are one or two optimization parameters, and if Optimizer is 'bayesopt', then ShowPlots also plots a model of the objective function against the parameters."
In other words, since you are choosing to optimize all hyperparameters, and there are five hyperparameters, then there is no way to give the plot you want. You get that plot when you optimize just one or two hyperparameters.
Alan Weiss
MATLAB mathematical toolbox documentation
Ver también
Categorías
Más información sobre Polar Plots en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

