This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf8 -*- | |
"""Convex factorization machines | |
Implements the solver by: Mathieu Blondel, Akinori Fujino, Naonori Ueda. | |
"Convex factorization machines". Proc. of ECML-PKDD 2015 | |
http://www.mblondel.org/publications/mblondel-ecmlpkdd2015.pdf | |
""" | |
# Author: Vlad Niculae <[email protected]> | |
# License: Simplified BSD |