blackadar / sonus

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

Changing Data Format Pre-Model #22

Closed blackadar closed 4 years ago

blackadar commented 4 years ago

Modify FFT to return results only Remove old DataFrame formatted FFT Remove model.py and move model.generatepipeline to pipeline.py Modify __main_\.py to use new data format Closes #21