blackadar / sonus

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

Pipeline Development #4

Closed blackadar closed 4 years ago

blackadar commented 4 years ago

The data processing steps need to be packaged cleanly into a pipeline in order for the project to accept new data as input. Any cleaning and segmentation done with the training data needs to be mirrored on the implementation.

blackadar commented 4 years ago

Pipeline will at first be separate from the model, and the output can be saved to save time on preprocessing.