Is it possible to change the objective function in fitctree(X​,Y,'Optimi​zeHyperpar​ameters','​auto')?

4 次查看(过去 30 天)
I would like to use Gmean as object function of hyperparameter optimization. I thought about creating a own kfold loss function with kfoldfun. I don't know if it is possible to pass this the created loss function to 'OptimizeHyperparameters' with a 'gridsearch' or 'randomsearch'. Is this possible in some way or do I have to code a hyperparameteroptimization on my own?
I have already figured it out how to do it with bayesopt. But I would also try a 'gridsearch' and a 'randomsearch'.
Best regards,
Jan

回答(1 个)

Don Mathis
Don Mathis 2017-1-8
You can't change the objective function used to optimize hyperparameters in fitctree.
However, you can do grid search and random search using bayesopt by passing 'AcquisitionFunctionName','grid' or 'AcquisitionFunctionName','random', respectively. Grid search explores the grid in a random order using sampling without replacement.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by