Skip to content

Commit

Permalink
fix Pandas links
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Nov 24, 2018
1 parent fcadf63 commit 0111e43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/evaluation/predict-metrics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ LensKit rating predictors do not report predictions when their core model is una
to predict. For example, a nearest-neighbor recommender will not score an item if
it cannot find any suitable neighbors. Following the Pandas convention, these items
are given a score of NaN (when Pandas implements better missing data handling, it will
use that, so use :py:fun:`pandas.Series.isna`/:py:fun:`pandas.Series.notna`, not the
use that, so use :py:meth:`pandas.Series.isna`/:py:meth:`pandas.Series.notna`, not the
``isnan`` versions.

However, this causes problems when computing predictive accuracy: recommenders are not
Expand Down

0 comments on commit 0111e43

Please sign in to comment.