Bayesian Optimization - Minimising False Negatives
显示 更早的评论
I am trying to tune a Random Forest Classifier Model (Using TreeBagger). I have used the bayesopt function to optimize hyperparameters such as the number of categories and splits. This has led to improvements in my model, however it has primarily improved precision at the cost of recall.
For this particular dataset (classifying heart disease), false negatives are more costly than false positives. Is there any way to set parameters for the bayesopt so that it favours hyperparameters that punish false negatives? If not, is there any alternative way to do this through Matlab?
Thanks
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Classification 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!