pytorch-fm
===========

*Factorization Machine models in PyTorch.*

This package provides an implementation of various factorization machine models and common datasets in PyTorch.



Minimal requirements
====================

* Python 3.x
* PyTorch 1.1.0
* numpy
* lmdb

Installation
============

Install with pip::

    pip install torchfm


API documentation
=================

.. toctree::
   torchfm


Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
