blackadar / sonus

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

Data Reformat #21

Closed blackadar closed 4 years ago

blackadar commented 4 years ago

Functions need to return only their modified data, with instances as rows and features as columns. We will also need a function to compile all the separate features into one single array to be given to the ML model.