Skip to content

Commit

Permalink
Note on Recommendation API
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Jan 13, 2019
1 parent f74697d commit 1d16f77
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/interfaces.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ for any algorithm that at least implements :py:class:`Predictor`. For example::

pred = Bias(damping=5)
rec = Recommender.adapt(pred)
.. note::
We are rethinking the ergonomics of this interface, and it may change in LensKit 0.6. We expect
keep compatibility in the :py:func:`lenskit.batch.recommend` API, though.

.. autoclass:: Recommender
:members:
Expand Down

0 comments on commit 1d16f77

Please sign in to comment.