Closed Marceau-h closed 8 months ago
Thank you! It was a typo. Please check the updated documentation at https://crowd-kit.readthedocs.io/en/latest/texts/#crowdkit.aggregation.texts.ROVER. The correct line is from crowdkit.datasets import load_dataset
.
Nice, thanks for the quick support! 😁
Problem description
Hi, I was trying to execute the code snippet provided as an example but it seems that the function is now in another castle. This is the original snippet:
and this is the same with the dirst line corrected
Thanks, Marceau
Documentation links
https://toloka.ai/docs/crowd-kit/reference/crowdkit.aggregation.texts.rover.ROVER/ https://crowd-kit.readthedocs.io/en/latest/texts/#crowdkit.aggregation.texts.ROVER
Potential fix suggestion
I think that the first line
from crowdkit.aggregation import load_dataset
should be changed tofrom crowdkit.datasets.load_dataset import load_dataset
(orfrom crowdkit.datasets import load_dataset
)