blackadar / sonus

Machine Learning voice classification using scikit-learn RandomForest model.
4 stars 0 forks source link

Hyperparameter Tuning #6

Closed blackadar closed 4 years ago

blackadar commented 4 years ago

Once a model has been selected, we will need to investigate the tuning of hyperparameters so that it performs optimally.

blackadar commented 4 years ago

Model Evaluation.xlsx

Best result is using no FFT thresholding, n_estimators=1000, and VarianceThreshold(threshold=0.8).