Skip to content

Commit

Permalink
add supported OS
Browse files Browse the repository at this point in the history
  • Loading branch information
Immanuel Bayer committed May 25, 2016
1 parent dba9280 commit 0e30a0c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ All performence critical code as been written in C and wrapped with Cython. fast
stochastic gradient descent (SGD) and coordinate descent (CD) optimization routines as well as Markov Chain Monte Carlo (MCMC) for Bayesian inference.
The solvers can be used for regression, classification and ranking problems. Detailed usage instructions can be found in the `online documentation <http://ibayer.github.io/fastFM>`_ and on `arXiv <http://arxiv.org/abs/1505.00641>`_.

Supported Operating Systems
---------------------------
fastFM has a continous integration / testing servers (Travis) for **Linux (Ubuntu 14.04 LTS)**
and **OS X Mavericks**. Other OS are not actively supported.

Usage
-----
.. code-block:: python
Expand Down
6 changes: 6 additions & 0 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ This is the documentation for fastFM's python interface.
**Source code** and **install instructions** can be found on https://github.com/ibayer/fastFM.
A short paper describing the library is available on arXiv http://arxiv.org/abs/1505.00641


Supported Operating Systems
---------------------------
fastFM has a continous integration / testing servers (Travis) for **Linux (Ubuntu 14.04 LTS)**
and **OS X Mavericks**. Other OS are not actively supported.

.. toctree::
:maxdepth: 3

Expand Down

0 comments on commit 0e30a0c

Please sign in to comment.