On this page, we show how to first set up recommenders in F#, and then use them to make predictions.
To use the examples on this page,
download the MovieLens 100k ratings dataset from the
GroupLens Research website and unzip it.
Of course you can also use your own data ;-)
Rating Prediction
[% INSERT 'rating_prediction.fs' %]
Item Prediction from Positive-Only Feedback
[% INSERT 'item_recommendation.fs' %]