AudioCommons / timbral_models

Python scripts for modelling timbral attributes
Apache License 2.0
78 stars 26 forks source link

sklearn is deprecated #16

Closed Rodsis closed 12 months ago

Rodsis commented 1 year ago

Can't install package because sklearn is deprecated.

chloepilonv commented 12 months ago

Hey! You might want to use "scikit-learn" instead :) pip install scikit-learn import scikit-learn as sklearn