Now that we have seen how to develop a movie recommendation that predicts both the rating and ranking of movies by users, there are some issues that require our attention, too. Also, we couldn't cover/discuss the library in this chapter, so I suggest that you read the documentation more carefully.
However, we will still see some frequently asked questions that might already be on your mind in this section. Answers to these questions can be found in the Appendix.
- How can I save a trained FM model?
- How can I restore a saved FM model from disk?
- Can I use the FM algorithm for solving a classification task?
- Give me a few example use cases where FM algorithms have been used.
- Can I use the FM algorithm for making top-N recommendations?