microsoft / DeBERTa

The implementation of DeBERTa
MIT License
1.91k stars 215 forks source link

fix: sklearn -> scikit-learn #141

Open zzc0430 opened 10 months ago

zzc0430 commented 10 months ago

The 'sklearn' PyPI package is deprecated, use 'scikit-learn' rather than 'sklearn' for pip commands.

Here is how to fix this error in the main use cases: