Skip to content
#

audio-classification

Here are 153 public repositories matching this topic...

jwmueller
jwmueller commented May 6, 2022

Currently the X argument of CleanLearning.fit() does not seem to support non-array data.
Perhaps this is due to the sklearn function check_X_y() called inside CleanLearning, which we could replace.
Or perhaps it's due to how the cross-validation is currently being implemented.

However these are both easy to improve to rid the restriction that only array data are supported.
Seems e

enhancement good first issue urgent

Improve this page

Add a description, image, and links to the audio-classification topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the audio-classification topic, visit your repo's landing page and select "manage topics."

Learn more