bmcfee / muda

A library for augmenting annotated audio data
ISC License
230 stars 33 forks source link

Drop sklearn dependency #46

Closed bmcfee closed 7 years ago

bmcfee commented 7 years ago

At this point, we only use it for a printing helper function used by __repr__ functions. Since that function itself depends only on numpy and six, we may as well copy it over and drop the import.