Skip to content

Features and classifiers available

Jyotika Singh edited this page May 11, 2022 · 1 revision

Options

Feature options

You can choose between features mfcc, gfcc, spectral, chroma or any combination of those, example gfcc,mfcc,spectral,chroma, to extract from your audio files for classification or just saving extracted feature for other uses.

Classifier options

You can choose between svm, svm_rbf, randomforest, logisticregression, knn, gradientboosting and extratrees.
Hyperparameter tuning is included in the code for each using grid search.