AudioCommons / timbral_models

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

sklearn is deprecated #16

Closed Rodsis closed 9 months ago

Rodsis commented 9 months ago

Can't install package because sklearn is deprecated.

chloepilonv commented 9 months ago

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