diff --git a/docs/splitting.rst b/docs/splitting.rst index d0ea78171..b2633ba11 100644 --- a/docs/splitting.rst +++ b/docs/splitting.rst @@ -9,7 +9,7 @@ functions that operate on a :class:`~lenskit.data.Dataset` and return one or more train-test splits (as :class:`TTSplit` objects). .. versionchanged:: 2024.1 - Data splitting was moved from ``lenskit.crossfold`` to the ``lenskit.splitting`` + Data splitting was moved from ``lenskit.crossfold`` to the :mod:`lenskit.splitting` module and functions were renamed and had their interfaces revised. Experiment code should generally use these functions to prepare train-test files