From 8435211c50e8a68976e6469ed4cc99e1feb9b71c Mon Sep 17 00:00:00 2001 From: Michael Ekstrand Date: Thu, 1 Aug 2024 10:41:15 -0400 Subject: [PATCH] fix doc link --- docs/splitting.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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