You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to run the notebook test_benchmarks.ipynb because I need to perform all three types of intrinsic evaluation that are tested in that notebook (categorization, outliers detection, synonymy detection) but I had some issues.
For the categorization I have an AttributeError: 'KMeansCategorization' object has no attribute 'get_result'.
For outliers and synonymy_detection, using the test datasets in /tests/data/benchmarks/outliers and /tests/data/benchmarks/synonymy_detection I get the ValueError: not enough values to unpack (expected 4, got 1).
Thank you,
Anna
The text was updated successfully, but these errors were encountered:
Hi,
I tried to run the notebook test_benchmarks.ipynb because I need to perform all three types of intrinsic evaluation that are tested in that notebook (categorization, outliers detection, synonymy detection) but I had some issues.
For the categorization I have an AttributeError: 'KMeansCategorization' object has no attribute 'get_result'.
For outliers and synonymy_detection, using the test datasets in /tests/data/benchmarks/outliers and /tests/data/benchmarks/synonymy_detection I get the ValueError: not enough values to unpack (expected 4, got 1).
Thank you,
Anna
The text was updated successfully, but these errors were encountered: