Skip to content

Commit

Permalink
fix doc link
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Aug 1, 2024
1 parent 0a1d7f0 commit 8435211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/splitting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8435211

Please sign in to comment.