Cross Validation and hyperparameter optimization

asked 2016-10-20 08:02:52 -0600

supertramp-sid gravatar image

updated 2019-12-09 08:09:11 -0600

Akhil Patel gravatar image

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

edit retag flag offensive close merge delete

Comments

only SVM supports grid search atm.

berak gravatar imageberak ( 2016-10-20 08:26:57 -0600 )edit