ImportError: To be able to use evaluate-metric/glue, you need to install the following dependencies['sklearn'] using 'pip install sklearn' for instance' · Issue #394 · huggingface/evaluate
I was following the tutorial in the Transformers course at Huggingface: The error appears when I using evaluate library as follows: import evaluate metric = evaluate.load("glue", "mrpc") metric.com...