vocalpy / hybrid-vocal-classifier

a Python machine learning library for animal vocalizations and bioacoustics
http://hybrid-vocal-classifier.readthedocs.io
BSD 3-Clause "New" or "Revised" License
23 stars 8 forks source link

document how to do hyperparameter search for C and gamma #117

Open NickleDave opened 3 years ago

NickleDave commented 3 years ago

as @URSUroman suggested in #68

I was however wondering if a user wants to use the svm algorithm for the classification, is there a documentation on how to choose the hyperparameters C and gamma in the Select.yml file? The default parameters worked for me but i wonder if it will always be the case for the users.

should at least point to https://scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_digits.html which is basically what I have usually done