microsoft/DeBERTa

Install fails due to use of deprecated `sklearn` package

benfogelson opened this issue · 0 comments

The requirements.txt file lists sklearn as a dependency. This is deprecated, and intermittently raises an error on install (see https://github.com/scikit-learn/sklearn-pypi-package).

I've made a PR to fix the issue: #133