Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Cross Validation and hyperparameter optimization

I recently started using the machine learning library of opencv .

I implemented the Random forest algorithm using it. Now I want to do cross validation and hyper-parameter optimization using Grid Search.

I tried to search in the docs but couldn't find any method for that.
Has it been implemented or I have to do custom implementation.

Cross validation : Link

Grid Search : Link

click to hide/show revision 2
retagged

Cross Validation and hyperparameter optimization

I recently started using the machine learning library of opencv .

I implemented the Random forest algorithm using it. Now I want to do cross validation and hyper-parameter optimization using Grid Search.

I tried to search in the docs but couldn't find any method for that.
Has it been implemented or I have to do custom implementation.

Cross validation : Link

Grid Search : Link