Not enough values to unpack (Evaluator)
Hi all!
I tried applying the Evaluator to my nested list entities, but it only returns "results" and "results_by_tag".
evaluator = Evaluator(true, predicted, tags=['FAUNA', 'FLORA'], loader="list")
results, results_by_tag, result_indices, result_indices_by_tag = evaluator.evaluate()
Error:
ValueError: not enough values to unpack (expected 4, got 2)
Any idea how I can fix this? Or am I missing something? :) Thank you!
Hi @TessDejaeghere
Can you tell us which version of nervaluate you are running and the content of trueand predictedso that we can replicate the error.
Also, currently, nervaluate doesn't support nested entities.
Hi @davidsbatista when you say that nervaluate doesn't support nested entities. Are you referring to the pip version 0.2.0.?
@sros-UNED all versions, we still don't support nested entities.