Skip to content

Commit 79c39be

Browse files
committed
tweak up docs
1 parent 5f06c42 commit 79c39be

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/guide/documenting.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,17 +69,17 @@ The important things to document are the data splitting strategy, the target
6969
recommendation list length, and the candidate selection strategy (if something
7070
other than the default of all unrated items is used).
7171

72-
If you use one of LensKit's built-in splitting strategies from :py:class:`~lenskit.crossfold`
72+
If you use one of LensKit's built-in splitting strategies from :py:class:`~lenskit.splitting`
7373
without modification, report:
7474

7575
- The splitting function used.
7676
- The number of partitions or test samples.
7777
- The number of users per sample (when using
78-
:py:class:`~lenskit.crossfold.sample_users`) or ratings per sample (when using
79-
:py:class:`~lenskit.crossfold.sample_ratings`).
78+
:py:class:`~lenskit.splitting.sample_users`) or records per sample (when using
79+
:py:class:`~lenskit.splitting.sample_records`).
8080
- When using a user-based strategy (either
81-
:py:class:`~lenskit.crossfold.partition_users` or
82-
:py:class:`~lenskit.crossfold.sample_users`), the test rating selection
81+
:py:class:`~lenskit.splitting.crossfold_users` or
82+
:py:class:`~lenskit.splitting.sample_users`), the test rating selection
8383
strategy (class and parameters), e.g. ``SampleN(5)``.
8484

8585
Any additional pre-processing (e.g. filtering ratings) should also be clearly

0 commit comments

Comments
 (0)